Skip to content

Commit

Permalink
Merge pull request #4371 from vkWeb/filter-filter
Browse files Browse the repository at this point in the history
Fix wrong computed prop name
  • Loading branch information
bjester authored Jan 4, 2024
2 parents 7621017 + 9264d38 commit 57bdac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
this.created_after = null;
},
removeChannel(channelId) {
this.channels = this.channels.filter(c => c !== channelId);
this.channel_id__in = this.channel_id__in.filter(c => c !== channelId);
},
},
$trs: {
Expand Down

0 comments on commit 57bdac7

Please sign in to comment.