From 1c5852863352a693f0f554000685c817e3fc4b08 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Tue, 22 Jul 2025 15:54:22 -0400 Subject: [PATCH] CASH-1224 CASH-1224 resetting preSelectedDate in onShopSelected, because if user is searching for a new shop then no need for the preSelectedDate variable other than preserving the value after advancing --- src/layouts/schedule/schedule.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index ab9e08177..cf70df826 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1111,6 +1111,7 @@ export default { }, onShopSelected(shopQuestionPopUpData) { this.resetWaitlist(); + this.preSelectedDate = null; this.shopProviderData = shopQuestionPopUpData.shopProviderData; this.setServiceabilityDetails(shopQuestionPopUpData.serviceabilityDetails); const selectedProvider = this.shopProviderData.shopProviders.find((shopProvider) => {