feat: Dedicated tab for campaigns (#2741)
This commit is contained in:
@@ -66,8 +66,11 @@ export const getters = {
|
||||
return $state.uiFlags;
|
||||
},
|
||||
getWebsiteInboxes($state) {
|
||||
return $state.records.filter(item => item.channel_type === INBOX_TYPES.WEB);
|
||||
},
|
||||
getTwilioInboxes($state) {
|
||||
return $state.records.filter(
|
||||
item => item.channel_type === 'Channel::WebWidget'
|
||||
item => item.channel_type === INBOX_TYPES.TWILIO
|
||||
);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user