feat: edit privilege configuration menu

pull/15/head
Firman Ramdhani 2024-07-05 14:45:03 +07:00
parent ce6343dfa2
commit c69bdc2295
1 changed files with 1 additions and 11 deletions

View File

@ -128,24 +128,14 @@ export const PrivilegeAdminConstant = [
{
menu: 'LAPORAN',
menu_label: 'Laporan',
sub_menu: 'LAPORAN',
sub_menu_label: 'Laporan',
actions: [PrivilegeAction.VIEW],
index: 12,
},
{
menu: 'LAPORAN',
menu_label: 'Laporan',
sub_menu: 'LAPORAN_TENANT',
sub_menu_label: 'Laporan Tenant',
actions: [PrivilegeAction.VIEW],
index: 13,
},
{
menu: 'DISKON_CODE',
menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE],
index: 14,
index: 13,
},
];