diff --git a/src/components/nodes-table/ExpandedNode.vue b/src/components/nodes-table/ExpandedNode.vue index c69d4353ea8..0160292ca6e 100644 --- a/src/components/nodes-table/ExpandedNode.vue +++ b/src/components/nodes-table/ExpandedNode.vue @@ -703,7 +703,7 @@ export default { } else if (args.mqtt) { this.sendMqttAction(action, args.confirm) } else { - this.$emit('action', action, { ...args, nodeId: this.node.id }) + this.sendAction(action, { ...args, nodeId: this.node.id }) } }, exportNode() {