CASH-64
CASH-64 revert changes. attempting fix in SV2 repo
This commit is contained in:
parent
346711dcf4
commit
1961f2ec33
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