mirror of
https://github.com/outbackdingo/openapi-ui.git
synced 2026-01-27 18:19:50 +00:00
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user