Merge branch 'develop' into feat/reload-banner-chat-list
This commit is contained in:
commit
6e67b9f970
1 changed files with 4 additions and 1 deletions
|
@ -260,7 +260,10 @@ export default {
|
|||
});
|
||||
},
|
||||
showAssigneeInConversationCard() {
|
||||
return this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL;
|
||||
return (
|
||||
this.hasAppliedFiltersOrActiveFolders ||
|
||||
this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL
|
||||
);
|
||||
},
|
||||
inbox() {
|
||||
return this.$store.getters['inboxes/getInbox'](this.activeInbox);
|
||||
|
|
Loading…
Reference in a new issue