Skip to content

Commit

Permalink
Update createChannel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Dec 20, 2017
1 parent 104f1dd commit c1d244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-ui/client/views/app/createChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Template.createChannel.events({
const {username} = Blaze.getData(target);
t.selectedUsers.set(t.selectedUsers.get().filter(user => user.username !== username));
},
'click .rc-icon'(e, t) {
'click .rc-tags__tag-icon'(e, t) {
const {username} = Blaze.getData(t.find('.rc-tags__tag-text'));
t.selectedUsers.set(t.selectedUsers.get().filter(user => user.username !== username));
},
Expand Down

0 comments on commit c1d244e

Please sign in to comment.