From cc45d3b521bdec35d999d625e22ff684fd68addb Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Thu, 11 Dec 2025 11:48:33 -0500 Subject: [PATCH] CASH-1790: removing date-picker watch bc it was causing issues and redundant --- src/digital-components/date-picker/date-picker.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index db1eba7ff..9d620ec77 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -846,12 +846,6 @@ export default { }, }, watch: { - isLoading(newValue) { - // if done loading dates, then set to first available date - if (newValue === false && this.firstAvailableSelectableDate) { - this.selectedDate = this.firstAvailableSelectableDate; - } - }, modelValue(newValue) { this.resetField({ value: newValue,