From a5ba49ec9388c1e1f2cb4c02f67b00ec7e025dbe Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Tue, 1 Apr 2025 15:37:42 +0100 Subject: [PATCH] fix(ui): rm broken status message (it's in the button already) --- webui/react-ui/src/pages/GroupCreate.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webui/react-ui/src/pages/GroupCreate.jsx b/webui/react-ui/src/pages/GroupCreate.jsx index 41c44f9..0d3ad54 100644 --- a/webui/react-ui/src/pages/GroupCreate.jsx +++ b/webui/react-ui/src/pages/GroupCreate.jsx @@ -214,14 +214,6 @@ function GroupCreate() { - {/* Loader */} - {generatingProfiles && ( -
- -

Generating agent profiles...

-
- )} - {/* Step 2: Review & Select Profiles */}

Review & Select Agent Profiles