refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
@@ -460,7 +460,6 @@ export default defineComponent({
|
||||
parameters: {},
|
||||
} as INodeParameters,
|
||||
nodeValuesInitialized: false, // Used to prevent nodeValues from being overwritten by defaults on reopening ndv
|
||||
|
||||
nodeSettings: [] as INodeProperties[],
|
||||
COMMUNITY_NODES_INSTALLATION_DOCS_URL,
|
||||
CUSTOM_NODES_DOCS_URL,
|
||||
@@ -469,7 +468,7 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
node(newNode, oldNode) {
|
||||
node() {
|
||||
this.setNodeValues();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user