Skip to content

Commit

Permalink
just emit empty object for all channels selection
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Nov 11, 2024
1 parent bb496b4 commit eec87c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
// ALL_CHANNELS is selected
this.$emit('input', {
...this.value,
[field]: { [prevFieldValue.value]: false },
[field]: {},
});
} else if (!prevFieldValue[value.value]) {
// Channels are a radio button, so only when the user selects a new value
Expand Down

0 comments on commit eec87c7

Please sign in to comment.