feat: fix access control download #62

Merged
firmanr merged 1 commits from fix/bug-firman into development 2024-08-09 04:27:44 +00:00
1 changed files with 1 additions and 1 deletions

View File

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