fix: fixed typo module key

pull/16/head
Firman Ramdhani 2024-07-05 16:09:24 +07:00
parent c69bdc2295
commit 8cdf75c2a0
1 changed files with 4 additions and 4 deletions

View File

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