fix(ui): pref audit check for ee

This commit is contained in:
Shekar Siri 2023-10-09 10:35:53 +02:00
parent 860cb93b3d
commit 9ed6a5151e

View file

@ -121,7 +121,7 @@ export const preferences: Category[] = [
isEnterprise: true,
isAdmin: true
},
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul', isAdmin: true },
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul', isAdmin: true, isEnterprise: true },
{ label: 'Team', key: PREFERENCES_MENU.TEAM, icon: 'people', isAdmin: true },
{ label: 'Notifications', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'bell' },
{ label: 'Billing', key: PREFERENCES_MENU.BILLING, icon: 'bell', hidden: true }