fix: some issues

This commit is contained in:
Ramesh Mane
2026-03-23 07:52:31 +00:00
parent d4bca360f9
commit 5839f0e137
5 changed files with 28 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ const { $e } = useNuxtApp()
const { t } = useI18n()
const { isMobileMode } = useGlobal()
const { appInfo, isMobileMode } = useGlobal()
const { isChatWootEnabled } = useProvideChatwoot()
@@ -124,7 +124,7 @@ const helpItems = computed<CategoryItemType[]>(() => {
tooltip: t('labels.clickToCopy'),
},
],
hidden: !isEeUI,
hidden: !appInfo.value.ee,
},
{
category: t('title.whatsNew'),