fix: replace showEEFeatures with isEEFeatureBlocked for correct CE/on-prem gating

This commit is contained in:
Ramesh Mane
2026-04-13 17:23:10 +00:00
parent 3e9c8c1e2b
commit a77b0191c2
3 changed files with 6 additions and 6 deletions

View File

@@ -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