fix(ui): pref audit check for ee
This commit is contained in:
parent
860cb93b3d
commit
9ed6a5151e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue