fix: Throwing NavigationDuplicated error (#3978)

This commit is contained in:
Sivin Varghese 2022-02-15 22:49:53 +05:30 committed by GitHub
parent 5ad7e93059
commit e345a4486d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,6 +255,9 @@ export default {
foldersId: this.foldersId,
conversationType: this.conversationType,
});
if (this.isActiveChat) {
return;
}
router.push({ path: frontendURL(path) });
},
},