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

@@ -85,6 +85,10 @@ export default {
type: Boolean,
default: false,
},
teamId: {
type: [String, Number],
default: 0,
},
},
computed: {
@@ -171,6 +175,7 @@ export default {
activeInbox,
id: chat.id,
label: this.activeLabel,
teamId: this.teamId,
});
router.push({ path: frontendURL(path) });
},