Merge pull request 'feat: edit privilege configuration menu' (#15) from feat/report into development
continuous-integration/drone/tag Build encountered an error
Details
continuous-integration/drone/tag Build encountered an error
Details
Reviewed-on: #15pull/18/head^2 devel_10.5.9
commit
d2fd665236
|
@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue