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();