mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🔀 Merge master
This commit is contained in:
@@ -1686,7 +1686,9 @@ export default mixins(
|
||||
await this.$store.dispatch('workflows/setNewWorkflowName');
|
||||
this.$store.commit('setStateDirty', false);
|
||||
|
||||
await this.addNodes([DEFAULT_START_NODE]);
|
||||
const nodes = [{...DEFAULT_START_NODE}];
|
||||
|
||||
await this.addNodes(nodes);
|
||||
this.$store.commit('setStateDirty', false);
|
||||
|
||||
this.setZoomLevel(1);
|
||||
|
||||
Reference in New Issue
Block a user