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

This commit is contained in:
Adam Caouette 2025-12-11 11:48:33 -05:00
parent 17bcaac1b6
commit cc45d3b521

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,