diff --git a/src/components/PermissionsSelectBox.tsx b/src/components/PermissionsSelectBox.tsx index f7f895b3..938d9a80 100644 --- a/src/components/PermissionsSelectBox.tsx +++ b/src/components/PermissionsSelectBox.tsx @@ -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",