feat: Add If/Else node (#16833)

Closes [#1265](https://github.com/twentyhq/core-team-issues/issues/1265)
This commit is contained in:
Abdul Rahman
2026-01-01 19:35:56 +05:30
committed by GitHub
parent 5d5fd5fca5
commit dff5e3cd7b
95 changed files with 1523 additions and 163 deletions
@@ -109,5 +109,5 @@ export const useTidyUpWorkflowVersion = () => {
return tidiedUpDiagram;
};
return { tidyUpWorkflowVersion };
return { tidyUpWorkflowVersion, updateWorkflowVersionPosition };
};