mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:16:39 +00:00
fix: replace showEEFeatures with isEEFeatureBlocked for correct CE/on-prem gating
This commit is contained in:
@@ -36,7 +36,7 @@ const isSuperAdmin = computed(() => !!orgRoles.value?.[OrgUserRoles.SUPER_ADMIN]
|
||||
// Filter options in priority order: Starred → Private → Managed → Owned
|
||||
const filterOptions = computed<NcListItemType[]>(() => [
|
||||
{ value: 'all', label: t('activity.allBases'), icon: 'ncList' },
|
||||
...(appInfo.ee
|
||||
...(appInfo.value.ee
|
||||
? [
|
||||
{ value: 'starred', label: t('general.starred'), icon: 'star' },
|
||||
...(showEEFeatures.value
|
||||
|
||||
Reference in New Issue
Block a user