ENCOA-294 & ENCOA-293

This commit is contained in:
Tiago Ribeiro
2024-12-23 09:55:03 +00:00
parent f1d97aa6c9
commit 9cf13e3f26
6 changed files with 13 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ const USER_MANAGEMENT: PermissionLayout[] = [
{ label: "Create Users in Batch", key: "create_user_batch" },
{ label: "Create a Single Code", key: "create_code" },
{ label: "Create Codes in Batch", key: "create_code_batch" },
{ label: "Download User List", key: "download_user_list" },
{ label: "View Code List", key: "view_code_list" },
{ label: "Delete Code", key: "delete_code" },
]