From 77a89074bdcbeda32f63eacac4654bef85c802e4 Mon Sep 17 00:00:00 2001 From: gearnode Date: Mon, 31 Mar 2025 14:47:20 +0200 Subject: [PATCH] Fix error when no control Signed-off-by: gearnode --- .../src/pages/organizations/frameworks/FrameworkView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx b/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx index b0290944e..278dd77a7 100644 --- a/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx +++ b/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx @@ -153,7 +153,7 @@ function FrameworkViewContent({ >
- {controlId ? : } + {controlId && }
{/* Delete Confirmation Dialog */}