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 83fb5f4 commit 1c877c0Copy full SHA for 1c877c0
src/components/AppSelector/constants.ts
@@ -1,4 +1,4 @@
1
-import { RecentlyVisitedGroupedOptionsType } from '@devtron-labs/devtron-fe-common-lib/dist'
+import { RecentlyVisitedGroupedOptionsType } from '@devtron-labs/devtron-fe-common-lib'
2
3
export const getMinCharSearchPlaceholderGroup = (resourceKind): RecentlyVisitedGroupedOptionsType => ({
4
label: `All ${resourceKind}`,
src/components/ApplicationGroup/AppGroup.utils.ts
@@ -183,7 +183,7 @@ export const envListOptions = (
183
isRecentlyVisited: true,
184
})) as RecentlyVisitedOptions[],
185
},
186
- getMinCharSearchPlaceholderGroup('App Group'),
+ getMinCharSearchPlaceholderGroup('Environments'),
187
]
188
: [],
189
)
0 commit comments