Skip to content

Commit df2d609

Browse files
committed
chore: add type to util for ga event
1 parent fa699b3 commit df2d609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/list-new/list.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const getChangeAppTabURL = (appTabType) => {
4343
}
4444
}
4545

46-
export const getAppTabNameFromAppType = (appType) => {
46+
export const getAppTabNameFromAppType = (appType: string) => {
4747
switch (appType) {
4848
case AppListConstants.AppType.HELM_APPS:
4949
return AppListConstants.AppTabs.HELM_APPS

0 commit comments

Comments
 (0)