feat: fix access control download

pull/62/head
Firman Ramdhani 2024-08-09 11:27:00 +07:00
parent f0c1410532
commit 3b07c8de99
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ export const PrivilegeAdminConstant = [
{ {
menu: 'DOWNLOAD_POS_APP', menu: 'DOWNLOAD_POS_APP',
menu_label: 'Download POS App', menu_label: 'Download POS App',
actions: [PrivilegeAction.CREATE], actions: [PrivilegeAction.VIEW],
index: 20, index: 20,
}, },
]; ];