diff --git a/Data/Server/WebUI/src/Workflow_List.jsx b/Data/Server/WebUI/src/Workflow_List.jsx index 89cf5e4..392bdad 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)}