mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:46:52 +00:00
fix: some issues
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user