fix: Contact conversations are showing in the chat list (#4078)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2022-03-21 11:46:43 +05:30
committed by GitHub
parent 6097f4c122
commit c608ca37e0
3 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,11 @@ export default {
return false;
},
},
watch: {
conversationId() {
this.fetchConversationIfUnavailable();
},
},
mounted() {
this.$store.dispatch('agents/get');
this.initialize();