chore: Inbox view enhancements
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
name,
|
||||
} = this.$route;
|
||||
if (this.isInboxView) {
|
||||
return frontendURL(`accounts/${accountId}/inbox`);
|
||||
return frontendURL(`accounts/${accountId}/inbox-view`);
|
||||
}
|
||||
return conversationListPageURL({
|
||||
accountId,
|
||||
|
||||
Reference in New Issue
Block a user