commit - update to navigation
This commit is contained in:
parent
962dadf78f
commit
3b02458335
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue