fix(ui): enable weekly reports

This commit is contained in:
Shekar Siri 2024-06-27 18:32:22 +02:00
parent 8f643b18e4
commit 7aeb6e2ef0

View file

@ -137,8 +137,8 @@ export const preferences: Category[] = [
},
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul', isAdmin: true, isEnterprise: true },
{ label: 'Team', key: PREFERENCES_MENU.TEAM, icon: 'people', isAdmin: true },
{ label: 'Weekly Report', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'envelope-paper', hidden: true },
{ label: 'Weekly Report', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'envelope-paper', hidden: false },
{ label: 'Billing', key: PREFERENCES_MENU.BILLING, icon: 'credit-card-2-back', hidden: true }
]
}
];
];