Skip to content

Commit acfab90

Browse files
committed
chore: revert context switcher
1 parent 072ce15 commit acfab90

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/components/AppSelector/AppSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ const AppSelector = ({ onChange, appId, appName, isJobView }: AppSelectorType) =
8989
placeholder={appName}
9090
optionListError={error}
9191
reloadOptionList={reload}
92-
resource={isJobView ? 'Job' : 'Application'}
9392
/>
9493
)
9594
}

src/components/AppSelector/ChartSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export default function ChartSelector({
8888
{...(filterOption ? { filterOption } : {})}
8989
optionListError={error}
9090
reloadOptionList={reload}
91-
resource="Chart Store"
9291
/>
9392
)
9493
}

src/components/ApplicationGroup/EnvSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const EnvSelector = ({ onChange, envId, envName }: EnvSelectorType) => {
7979
onInputChange={onInputChange}
8080
optionListError={error}
8181
reloadOptionList={reload}
82-
resource="Application Group"
8382
/>
8483
)
8584
}

src/components/ResourceBrowser/ResourceList/ClusterSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
164164
)}
165165
inputValue={inputValue}
166166
onInputChange={onInputChange}
167-
resource="Cluster"
168167
/>
169168

170169
{defaultOption?.isProd && <Badge label="Production" size={ComponentSizeType.xxs} />}

0 commit comments

Comments
 (0)