Fix inital position of Start-Node for now horizontal flows

This commit is contained in:
Jan Oberhauser 2019-07-25 19:23:27 +02:00
parent 1a41db8a75
commit fd2da9d4b6

View file

@ -1232,8 +1232,8 @@ export default mixins(
type: 'n8n-nodes-base.start',
typeVersion: 1,
position: [
300,
100,
300,
] as XYPositon,
parameters: {},
},