CASH-1790 add a few 'safety' hideLoadingModals
This commit is contained in:
parent
5bb54c69ec
commit
15251e7677
1 changed files with 2 additions and 1 deletions
|
|
@ -1187,8 +1187,8 @@ export default {
|
||||||
}
|
}
|
||||||
this.initializeDatePicker().then(() => {
|
this.initializeDatePicker().then(() => {
|
||||||
this.showMobileFirstModal();
|
this.showMobileFirstModal();
|
||||||
|
this.hideLoadingModal();
|
||||||
this.calendarLoadingStatus = "none";
|
this.calendarLoadingStatus = "none";
|
||||||
this.$refs.datePicker.isLoading = false;
|
|
||||||
this.setSelectedDateToFirstAvailable();
|
this.setSelectedDateToFirstAvailable();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
@ -1780,6 +1780,7 @@ export default {
|
||||||
this.selectedDate = null;
|
this.selectedDate = null;
|
||||||
this.initializeDatePicker().then(() => {
|
this.initializeDatePicker().then(() => {
|
||||||
this.showMobileFirstModal();
|
this.showMobileFirstModal();
|
||||||
|
this.hideLoadingModal();
|
||||||
this.calendarLoadingStatus = "none";
|
this.calendarLoadingStatus = "none";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue