fix: Throwing NavigationDuplicated error (#3978)
This commit is contained in:
@@ -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) });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user