mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-22 21:04:08 +08:00
feat: fetch inboxes
This commit is contained in:
parent
f07a5215cf
commit
81e18aaafa
@ -44,6 +44,7 @@ const fetchMore = () => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
store.dispatch('inboxes/get');
|
||||
store.dispatch('getConversation', props.conversationId);
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user