feat: fix access control download
parent
f0c1410532
commit
3b07c8de99
|
@ -139,7 +139,7 @@ export const PrivilegeAdminConstant = [
|
|||
{
|
||||
menu: 'DOWNLOAD_POS_APP',
|
||||
menu_label: 'Download POS App',
|
||||
actions: [PrivilegeAction.CREATE],
|
||||
actions: [PrivilegeAction.VIEW],
|
||||
index: 20,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue