CASH-1790: removing date-picker watch bc it was causing issues and redundant

(cherry picked from commit cc45d3b521)
This commit is contained in:
Adam Caouette 2025-12-11 11:48:33 -05:00
parent 0c2db55997
commit 5e0bee779f

View file

@ -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,