commit
721ba23018
1 changed files with 1 additions and 9 deletions
|
|
@ -398,15 +398,7 @@ export default {
|
|||
console.log(new Date() + "store.getters.order.serviceLocation.zipCode:" + store.getters.order.serviceLocation.zipCode);
|
||||
}
|
||||
|
||||
// if attempting to load service-location for insurance and invalid page prereqs, send to heritage instead of going back to vehicle
|
||||
navigateToHeritageFunnel({
|
||||
shouldSaveSession: false,
|
||||
pageNameToLog: "service-location",
|
||||
navType: "back",
|
||||
});
|
||||
|
||||
// return true to prevent router from navigating to vehicle page before the jump back to heritage
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue