mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
🐛 Fix console error on node deletion (#1921)
* 🐛 Fix this is undefined on node deletion * ⚡ Update to latest per feedback
This commit is contained in:
parent
bd4fbf3a4b
commit
6bbff58faa
|
@ -87,7 +87,7 @@
|
|||
"vue-router": "^3.0.6",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"vue-typed-mixins": "^0.2.0",
|
||||
"vue2-touch-events": "^2.3.2",
|
||||
"vue2-touch-events": "^3.2.1",
|
||||
"vuex": "^3.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue