From f6cd78e078ac4af4196a7d89e1130cd9b809249a Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Tue, 18 Feb 2025 17:41:34 +0800 Subject: [PATCH] misc: added exception for kmip --- .../components/RolePermissionsSection/RolePermissionRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx b/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx index 12e44e064..0820cbf5a 100644 --- a/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx +++ b/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx @@ -74,7 +74,7 @@ type Props = { title: string; formName: keyof Omit< Exclude, - "workspace" | "organization-admin-console" + "workspace" | "organization-admin-console" | "kmip" >; setValue: UseFormSetValue; control: Control;