Compare commits

...

2 Commits

Author SHA1 Message Date
firmanr 3938504fd3 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
2024-08-09 04:27:43 +00:00
Firman Ramdhani 3b07c8de99 feat: fix access control download 2024-08-09 11:27:00 +07:00
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,
}, },
]; ];