From 3b0245833510c9a2fcb74f0f2e8f0a593b47780a Mon Sep 17 00:00:00 2001 From: Kroell Date: Mon, 30 Jan 2023 16:43:43 -0500 Subject: [PATCH] commit - update to navigation --- src/layouts/address-vehicles/address-vehicles.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/address-vehicles/address-vehicles.vue b/src/layouts/address-vehicles/address-vehicles.vue index 9d61a08e..c65c9547 100644 --- a/src/layouts/address-vehicles/address-vehicles.vue +++ b/src/layouts/address-vehicles/address-vehicles.vue @@ -201,7 +201,7 @@ export default { false ); - return await this.navigateForwardWithSingleCarMatch(); + return await this.navigateForward(); }, async navigateForward() { // If the vehicle selected on this page is different from the one originally entered and the selected glass is not available @@ -211,7 +211,7 @@ export default { this.navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS, this.$route, {}, - { [routerParams.DISPLAY_VEHICLE_CHANGE_ALERT]: true } + { [routerParams.DISPLAY_VEHICLE_CHANGE_ALERT]: true }, ); } else { await this.navigateForwardWithSingleCarMatch();