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:
Jeremy-Z 2026-06-30 10:14:34 -04:00 committed by GitHub
parent c6a61b9ff6
commit 73a6ac1dcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -387,7 +387,7 @@ export default {
navigateForward() {
if ((this.mainStore.applicationUser.duplicateOrders?.length > 0 ?? false)
&& !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.navigationScenarios.CLICKED_FORWARD_WITH_DUPLICATES,
this.$route,