From 5aac6c1cb94c8a39e1832c4c268b371a9ed7b42a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 10 Aug 2025 03:02:34 -0600 Subject: [PATCH] Expand initial workflow tree --- Data/Server/WebUI/src/Workflow_List.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/Server/WebUI/src/Workflow_List.jsx b/Data/Server/WebUI/src/Workflow_List.jsx index 89cf5e4..1988490 100644 --- a/Data/Server/WebUI/src/Workflow_List.jsx +++ b/Data/Server/WebUI/src/Workflow_List.jsx @@ -283,6 +283,8 @@ export default function WorkflowList({ onOpenWorkflow }) { )); + const rootChildIds = tree[0]?.children?.map((c) => c.id) || []; + return ( {renderItems(tree)}