Fix: Fetch contactable inboxes on new conversion (#2113)
* Fix: Fetch contactable inboxes everytime
This commit is contained in:
committed by
GitHub
parent
8720f39ffb
commit
c95aeb894f
@@ -32,6 +32,11 @@ export default {
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
'contact.id'(id) {
|
||||
this.$store.dispatch('contacts/fetchContactableInbox', id);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
const { id } = this.contact;
|
||||
this.$store.dispatch('contacts/fetchContactableInbox', id);
|
||||
|
||||
Reference in New Issue
Block a user