Merge branch 'develop' into feat/reload-banner-chat-list

This commit is contained in:
Sivin Varghese 2022-02-08 12:35:50 +05:30 committed by GitHub
commit 6e67b9f970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,10 @@ export default {
}); });
}, },
showAssigneeInConversationCard() { showAssigneeInConversationCard() {
return this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL; return (
this.hasAppliedFiltersOrActiveFolders ||
this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL
);
}, },
inbox() { inbox() {
return this.$store.getters['inboxes/getInbox'](this.activeInbox); return this.$store.getters['inboxes/getInbox'](this.activeInbox);