This commit is contained in:
bmauger 2022-04-01 10:07:50 -04:00
parent 3ae1e6edac
commit 478f09bd88
2 changed files with 5 additions and 5 deletions

View file

@ -43,8 +43,8 @@ export async function getPageToRouteExistingOrderTo(toRoute = {}, existingHerita
return 'vehicle-damage' return 'vehicle-damage'
} else { } else {
if (store.getters.vehicle.vin) { if (store.getters.vehicle.vin) {
return 'vehicle-damage'; //return 'vehicle-damage'; //(uncomment)
//return "vin-lookup"; (uncomment) return "vin-lookup"; //This may be temporary
} else { } else {
return 'vehicle-damage'; return 'vehicle-damage';
//return "estimate" (uncomment) //return "estimate" (uncomment)

View file

@ -68,7 +68,7 @@ const routingTable = [
}, },
{ {
scenario: navigationScenarios.SELECTED_DAMAGE_WITH_PART_QUESTIONS, scenario: navigationScenarios.SELECTED_DAMAGE_WITH_PART_QUESTIONS,
destinationFmgPageValue: fmgPageValues.PART_QUESTIONS, destinationFmgPageValue: fmgPageValues.VIN_LOOKUP,//This might be temporary
}, },
], ],
}, },