Merge pull request #2682 from Safelite/feature/CASH-1219

Dont reset fields unnecessarily
This commit is contained in:
chloeherdsafelite 2025-07-23 14:40:17 -04:00 committed by GitHub
commit 0b58e0762a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1611,7 +1611,6 @@ export default {
},
handleZipCodeChange(newZipCode) {
this.resetMobileLocation();
this.appointmentTypeFromAppointmentTypeQuestion = null;
getShopProviderData(newZipCode.zipCode).then((result) => {
this.shopProviderData = result.data;