Skip to content

Commit

Permalink
[MainUI] things: copy channel
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry P. (d51x) <dimonich110@gmail.com>
  • Loading branch information
d51x committed Oct 10, 2023
1 parent 9e771ef commit a046c14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export default {
const finalChannel = context.finalChannel
if (finalChannel) {
self.thing.channels.push(finalChannel)
self.onChannelsUpdated(true)
self.$emit('channel-updated', true)
} else {
self.onChannelsUpdated(false)
self.$emit('channel-updated', false)
}
}
}
Expand Down

0 comments on commit a046c14

Please sign in to comment.