fix: getter not included

This commit is contained in:
Shivam Mishra
2023-07-10 15:04:09 +05:30
parent 3f44808332
commit 00d9ce4d47
@@ -151,6 +151,7 @@ export default {
inboxesList: 'inboxes/getInboxes',
listLoadingStatus: 'getAllMessagesLoaded',
loadingChatList: 'getChatListLoadingStatus',
appIntegrations: 'integrations/getAppIntegrations',
}),
inboxId() {
return this.currentChat.inbox_id;