Merge pull request 'feat: fix access control download' (#62) from fix/bug-firman into development
continuous-integration/drone/tag Build is passing Details

Reviewed-on: #62
pull/63/head devel_20.1.24
firmanr 2024-08-09 04:27:43 +00:00
commit 3938504fd3
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,
}, },
]; ];