chore: Inbox view enhancements

This commit is contained in:
iamsivin
2024-02-09 15:40:12 +05:30
parent 6a630bc489
commit 43de19f685
9 changed files with 107 additions and 74 deletions
@@ -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,