Skip to content
Snippets Groups Projects
Commit fa0ab21a authored by Rodrigo Nascimento's avatar Rodrigo Nascimento Committed by GitHub
Browse files

Merge pull request #8577 from RocketChat/fix-livechat-guest-pool

[FIX] Fix guest pool inquiry taking
parents 63560b10 24496b61
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ Template.livechat.events({
});
},
'click .inquiries .open-room'(event) {
'click .inquiries .sidebar-item'(event) {
event.preventDefault();
event.stopPropagation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment