mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Throwing NavigationDuplicated error (#3978)
This commit is contained in:
@@ -255,6 +255,9 @@ export default {
|
||||
foldersId: this.foldersId,
|
||||
conversationType: this.conversationType,
|
||||
});
|
||||
if (this.isActiveChat) {
|
||||
return;
|
||||
}
|
||||
router.push({ path: frontendURL(path) });
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user