From 2b232c1fec9ad80d4293e52c4978707d3a9441aa Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Fri, 18 Jul 2025 17:42:17 +0530 Subject: [PATCH] fix button nesting in builder --- .../[projectId]/workflow/entity_list.tsx | 57 +++++++++---------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx b/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx index 088029c4..5c010c91 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx @@ -379,16 +379,15 @@ export function EntityList({ !expandedPanels.agents && "h-[53px]!" )} title={ - Agents @@ -421,7 +420,7 @@ export function EntityList({ - + } > {expandedPanels.agents && ( @@ -480,16 +479,15 @@ export function EntityList({ !expandedPanels.tools && "h-[53px]!" )} title={ - Tools @@ -507,7 +505,7 @@ export function EntityList({ > - + } > {expandedPanels.tools && ( @@ -612,16 +610,15 @@ export function EntityList({ !expandedPanels.prompts && "h-[53px]!" )} title={ - Prompts @@ -639,7 +636,7 @@ export function EntityList({ > - + } > {expandedPanels.prompts && (