mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
🐛 Fix bug with dirty state checking
This commit is contained in:
@@ -258,7 +258,7 @@ export const store = new Vuex.Store({
|
|||||||
|
|
||||||
},
|
},
|
||||||
removeAllConnections (state, data) {
|
removeAllConnections (state, data) {
|
||||||
if (data.setStateDirty === true) {
|
if (data && data.setStateDirty === true) {
|
||||||
state.stateIsDirty = true;
|
state.stateIsDirty = true;
|
||||||
}
|
}
|
||||||
state.workflow.connections = {};
|
state.workflow.connections = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user