Add computed property from versioning branch

This commit is contained in:
Iván Ovejero 2022-04-28 17:06:59 +02:00
parent 2808ee962d
commit d074e524fc

View file

@ -131,6 +131,9 @@ export default mixins(
return ["n8n-nodes-base.httpRequest"].includes(node.type);
},
node (): INodeUi {
return this.$store.getters.activeNode;
},
},
methods: {
multipleValues (parameter: INodeProperties): boolean {