(SSR-484) remove resetting appt type when service zip is changed

This commit is contained in:
Katie Kroell 2023-05-22 16:02:49 -04:00
parent f03b46350f
commit 499f4a0537

View file

@ -146,10 +146,6 @@ export default {
};
},
set: function (newValue) {
if (newValue.zipCode !== this.zipCode) {
this.selectedAppointmentType = null;
}
this.zipCode = newValue.zipCode;
this.state = newValue.state;