From 499f4a0537ecf833f27d0aed52d3539431d14cbb Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Mon, 22 May 2023 16:02:49 -0400 Subject: [PATCH] (SSR-484) remove resetting appt type when service zip is changed --- src/layouts/service-location/service-location.vue | 4 ---- 1 file changed, 4 deletions(-) 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;