Merge pull request #343 from Safelite/feature/digital/SSR-529

wiped data for damage with parts aren't available to prevent mismatch…
This commit is contained in:
Jason Wheeler 2023-06-14 09:36:11 -04:00 committed by GitHub
commit d7d83d3856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,6 +188,7 @@ export default {
// navigate back to vehicle-damage
if (this.isCarIdDifferentFromTheStore && !isSelectedGlassAvailableForVehicle) {
this.mainStore.updateVehicle(this.vehicleFromLookup);
this.mainStore.resetDamageState();
this.$router.navigate(
this.navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS,
this.$route,