This commit is contained in:
Kroell 2023-04-20 13:02:00 -04:00
parent 1e45334530
commit 5fa815241d

View file

@ -128,11 +128,6 @@ export default {
};
},
set: function (newValue) {
// if (newValue.zipCode !== this.zipCode) {
// this.resetMobileLocation();
// this.selectedAppointmentType = null;
// this.providerNumber = null;
// }
this.zipCode = newValue.zipCode;
this.state = newValue.state;