diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 5b42579c..3b93b6c9 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -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;