Dont reset fields unnecessarily

This commit is contained in:
Chloe Herd 2025-07-23 14:27:30 -04:00
parent 9250908724
commit 6d3af6d1af

View file

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