fix: Throwing NavigationDuplicated error (#3978)
This commit is contained in:
parent
5ad7e93059
commit
e345a4486d
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ export default {
|
||||||
foldersId: this.foldersId,
|
foldersId: this.foldersId,
|
||||||
conversationType: this.conversationType,
|
conversationType: this.conversationType,
|
||||||
});
|
});
|
||||||
|
if (this.isActiveChat) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
router.push({ path: frontendURL(path) });
|
router.push({ path: frontendURL(path) });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue