mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(editor): create ndv store (#4409)
* refactor ndv module out * update active node in root state * simplify * fix conflict * fix dragging
This commit is contained in:
@@ -126,7 +126,7 @@ export default mixins(
|
||||
return JSON.stringify(this.error.cause).length < MAX_DISPLAY_DATA_SIZE;
|
||||
},
|
||||
parameters (): INodeProperties[] {
|
||||
const node = this.$store.getters.activeNode;
|
||||
const node = this.$store.getters['ndv/activeNode'];
|
||||
if (!node) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user