fix: fixed typo module key #16

Merged
firmanr merged 1 commits from feat/report into development 2024-07-05 09:12:57 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ export const PrivilegeAdminConstant = [
index: 4, index: 4,
}, },
{ {
menu: 'REKONSILIASI', menu: 'RECONCILIATION',
menu_label: 'Rekonsiliasi', menu_label: 'Rekonsiliasi',
actions: [ actions: [
PrivilegeAction.VIEW, PrivilegeAction.VIEW,
@ -126,13 +126,13 @@ export const PrivilegeAdminConstant = [
index: 11, index: 11,
}, },
{ {
menu: 'LAPORAN', menu: 'REPORT',
menu_label: 'Laporan', menu_label: 'Laporan',
actions: [PrivilegeAction.VIEW], actions: [PrivilegeAction.VIEW],
index: 12, index: 12,
}, },
{ {
menu: 'DISKON_CODE', menu: 'DISCOUNT_CODE',
menu_label: 'Generate Diskon Kode', menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE], actions: [PrivilegeAction.CREATE],
index: 13, index: 13,
@ -170,7 +170,7 @@ export const PrivilegePOSConstant = [
index: 17, index: 17,
}, },
{ {
menu: 'POS_DISKON_CODE', menu: 'POS_DISCOUNT_CODE',
menu_label: 'Generate Diskon Kode', menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE], actions: [PrivilegeAction.CREATE],
index: 18, index: 18,