mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add computed property from versioning branch
This commit is contained in:
parent
2808ee962d
commit
d074e524fc
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue