fix: Use team conversationURL in team section (#1921)

Fixes: #1917
This commit is contained in:
Pranav Raj S
2021-03-16 19:44:50 +05:30
committed by GitHub
parent e44e9fc025
commit 54d578676b
5 changed files with 33 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
<chat-list
:conversation-inbox="inboxId"
:label="label"
:active-team="activeTeam"
:team-id="teamId"
@conversation-load="onConversationLoad"
>
<pop-over-search />
@@ -68,12 +68,6 @@ export default {
}
return false;
},
activeTeam() {
if (this.teamId) {
return this.$store.getters['teams/getTeam'](this.teamId);
}
return {};
},
},
mounted() {