diff --git a/packages/editor-ui/src/views/NodeView.vue b/packages/editor-ui/src/views/NodeView.vue index 4aa2b02856..d0b4133b1e 100644 --- a/packages/editor-ui/src/views/NodeView.vue +++ b/packages/editor-ui/src/views/NodeView.vue @@ -1388,7 +1388,7 @@ export default mixins( detachable: !this.isReadOnly, }); } else { - let connectionProperties = {connection, setStateDirty: false}; + const connectionProperties = {connection, setStateDirty: false}; // When nodes get connected it gets saved automatically to the storage // so if we do not connect we have to save the connection manually this.$store.commit('addConnection', connectionProperties);