Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c6a61b9ff6
commit
73a6ac1dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ export default {
|
||||||
navigateForward() {
|
navigateForward() {
|
||||||
if ((this.mainStore.applicationUser.duplicateOrders?.length > 0 ?? false)
|
if ((this.mainStore.applicationUser.duplicateOrders?.length > 0 ?? false)
|
||||||
&& !this.answeredContinueModal) {
|
&& !this.answeredContinueModal) {
|
||||||
console.error("Duplicate orders found, navigating to duplicate check page, skipping save session");
|
// Duplicate orders found; navigating to duplicate check page and skipping save session.
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_WITH_DUPLICATES,
|
this.navigationScenarios.CLICKED_FORWARD_WITH_DUPLICATES,
|
||||||
this.$route,
|
this.$route,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue