remove double clients permissions check boxes

This commit is contained in:
miloschwartz
2025-12-03 14:56:10 -05:00
parent 5a859aad29
commit e1edbe6067

View File

@@ -106,16 +106,6 @@ function getActionsCategories(root: boolean) {
}
};
if (env.flags.enableClients) {
actionsByCategory["Clients"] = {
"Create Client": "createClient",
"Delete Client": "deleteClient",
"Update Client": "updateClient",
"List Clients": "listClients",
"Get Client": "getClient"
};
}
if (root) {
actionsByCategory["Organization"] = {
[t("actionListOrgs")]: "listOrgs",