From 4dda123c6869173ee1e627880c7e50d480558c6d Mon Sep 17 00:00:00 2001 From: = Date: Tue, 16 Sep 2025 01:20:44 +0530 Subject: [PATCH] fix: resolved frontend ts failing --- .../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 0254e8240..b3fd63efd 100644 --- a/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx +++ b/frontend/src/pages/organization/RoleByIDPage/components/RolePermissionsSection/RolePermissionRow.tsx @@ -65,7 +65,7 @@ type Props = { title: string; formName: keyof Omit< Exclude, - | "workspace" + | "project" | "organization-admin-console" | "kmip" | "gateway"