CASH-1790: removing date-picker watch bc it was causing issues and redundant
(cherry picked from commit cc45d3b521)
This commit is contained in:
parent
0c2db55997
commit
5e0bee779f
1 changed files with 0 additions and 6 deletions
|
|
@ -846,12 +846,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
isLoading(newValue) {
|
|
||||||
// if done loading dates, then set to first available date
|
|
||||||
if (newValue === false && this.firstAvailableSelectableDate) {
|
|
||||||
this.selectedDate = this.firstAvailableSelectableDate;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
modelValue(newValue) {
|
modelValue(newValue) {
|
||||||
this.resetField({
|
this.resetField({
|
||||||
value: newValue,
|
value: newValue,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue