diff --git a/src/layouts/address-lookup/address-lookup.vue b/src/layouts/address-lookup/address-lookup.vue index c2e8a1bb7..c18ee545e 100644 --- a/src/layouts/address-lookup/address-lookup.vue +++ b/src/layouts/address-lookup/address-lookup.vue @@ -252,18 +252,8 @@ export default { if (carEntered.carId == carFound.carId || isGlassAvailableForCarId(carFound.carId)) { navigateAfterSaveToHeritageFunnel(this.$route); } else { - const partsData = await baseMixin.methods.dispatchNonBlockingStoreAction( - this.storeActions.GET_PARTS_OR_QUESTIONS, - { - carId: carFound.carId, - glassArray: store.getters.damage.glassToReplace ? store.getters.damage.glassToReplace : [], - zipCode: this.serviceZip ? this.serviceZip : this.zip, - vin: carsFound[0].vin - }, false - ); - // if not then navigate to the "vehicle-damage" page - this.$router.navigateAfterSave(this.navigationScenarios.CLICKED_FORWARD, this.$route, {}, { displayVehicleChangeAlert: true }, partsData.data); + this.$router.navigateAfterSave(this.navigationScenarios.CLICKED_FORWARD, this.$route, {}, { displayVehicleChangeAlert: true }, {}); } } else if (carsFound.length > 1) { // if multiple cars were found