mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix inital position of Start-Node for now horizontal flows
This commit is contained in:
parent
1a41db8a75
commit
fd2da9d4b6
|
@ -1232,8 +1232,8 @@ export default mixins(
|
||||||
type: 'n8n-nodes-base.start',
|
type: 'n8n-nodes-base.start',
|
||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [
|
position: [
|
||||||
300,
|
|
||||||
100,
|
100,
|
||||||
|
300,
|
||||||
] as XYPositon,
|
] as XYPositon,
|
||||||
parameters: {},
|
parameters: {},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue