Skip to content

Commit

Permalink
fix(ui): not able to sending actions from advanced dialog
Browse files Browse the repository at this point in the history
Fixes #3693
  • Loading branch information
robertsLando committed Apr 29, 2024
1 parent 2affdce commit 367b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nodes-table/ExpandedNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 367b75f

Please sign in to comment.