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

View File

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