From c92ff4d1b518bba4a2b84178ecb9c01049931c06 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 14 Jun 2023 14:06:17 -0400 Subject: [PATCH] Revert "Catch missed path for resetting when zip changes" This reverts commit c27b3d612c54f21f83a0faab38144e1f6c63ad1c. --- src/store/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 1ec9a264d..ec015d9a6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1869,10 +1869,6 @@ export const actions = { saveServiceLocation(context, serviceLocationInfo) { if (context.state.order.serviceLocationInfo) { if (serviceLocationInfo.zipCode !== context.state.order.serviceLocationInfo.zipCode) { - context.commit(storeMutations.RESET_SERVICE_LOCATION_APPOINTMENT_TYPE); - context.commit(storeMutations.RESET_SERVICE_LOCATION_PROVIDER); - context.commit(storeMutations.RESET_SERVICE_LOCATION_MOBILE_ADDRESS); - context.commit(storeMutations.RESET_SCHEDULE); }