We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a7b07 commit c72fddaCopy full SHA for c72fdda
src/Pages/ResourceBrowser/constants.ts
@@ -1 +1,6 @@
1
-export const ALL_NAMESPACE_OPTION = { value: 'all', label: 'All namespaces' }
+import { SelectPickerOptionType } from '@Shared/Components'
2
+
3
+export const ALL_NAMESPACE_OPTION: Readonly<Pick<SelectPickerOptionType, 'value' | 'label'>> = {
4
+ value: 'all',
5
+ label: 'All namespaces',
6
+}
0 commit comments