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 fa699b3 commit df2d609Copy full SHA for df2d609
src/components/app/list-new/list.utils.ts
@@ -43,7 +43,7 @@ export const getChangeAppTabURL = (appTabType) => {
43
}
44
45
46
-export const getAppTabNameFromAppType = (appType) => {
+export const getAppTabNameFromAppType = (appType: string) => {
47
switch (appType) {
48
case AppListConstants.AppType.HELM_APPS:
49
return AppListConstants.AppTabs.HELM_APPS
0 commit comments