commit - update to navigation

This commit is contained in:
Kroell 2023-01-30 16:43:43 -05:00
parent 962dadf78f
commit 3b02458335

View file

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