From e1edbe6067dc02efd346d821ac00343a579ee34e Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 3 Dec 2025 14:56:10 -0500 Subject: [PATCH] remove double clients permissions check boxes --- src/components/PermissionsSelectBox.tsx | 10 ---------- 1 file changed, 10 deletions(-) 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",