Skip to content

Commit

Permalink
Merge pull request #354 from weni-ai/hotfix/flow-trigger-contact-alert
Browse files Browse the repository at this point in the history
Flow trigger contact alert
  • Loading branch information
Aldemylla authored Oct 19, 2023
2 parents 59aa6ac + a4a3035 commit bea90d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/ChatsLayout/components/FlowsTrigger/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export default {
if (this.selectedGroup.some((search) => search.uuid === item.uuid)) {
this.selectedGroup = this.selectedGroup.filter((el) => el.uuid !== item.uuid);
}
this.openedRoomsAlerts = this.openedRoomsAlerts.filter((mappedContactName) => {
return mappedContactName !== item.name;
});
},

async contactList(next, cleanList = false) {
Expand Down

0 comments on commit bea90d8

Please sign in to comment.