Add command to update workflow version steps positions (#14098)

Reopening https://github.com/twentyhq/twenty/pull/13721 after some
updates
This commit is contained in:
martmull
2025-08-27 12:01:33 +02:00
committed by GitHub
parent a6fb4dd589
commit 850a0fdea2
4 changed files with 352 additions and 3 deletions
@@ -193,6 +193,7 @@ export const WorkflowDiagramCanvasBase = ({
if (isWorkflowBranchEnabled) {
return workflowDiagram;
}
return getOrganizedDiagram(workflowDiagram);
}
return { nodes: [], edges: [] };