mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-10 21:18:42 -06:00
Fix workflow tree auto expansion
This commit is contained in:
@@ -321,7 +321,7 @@ export default function WorkflowList({ onOpenWorkflow }) {
|
||||
sx={{ color: "#e6edf3" }}
|
||||
onNodeSelect={handleNodeSelect}
|
||||
apiRef={apiRef}
|
||||
defaultExpanded={["root", ...rootChildIds]}
|
||||
defaultExpandedItems={["root", ...rootChildIds]}
|
||||
>
|
||||
{renderItems(tree)}
|
||||
</SimpleTreeView>
|
||||
|
Reference in New Issue
Block a user