Merge pull request #42 from PRO-Robotech/feature/BFF

fix typo
This commit is contained in:
typescreep
2025-07-09 23:01:50 +03:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ export const Selector: FC<TSelectorProps> = ({ clusterName, projectName, instanc
disabled={selectedClusterName === undefined || projectsInSidebar.length === 0}
/>
<EntrySelect
placeholder="Intance"
placeholder="Instance"
options={instancesInSidebar}
value={selectedInstanceName}
onChange={handleInstanceChange}