CASH-1790 add a few 'safety' hideLoadingModals

This commit is contained in:
Adam Caouette 2026-01-26 10:55:51 -05:00
parent 5bb54c69ec
commit 15251e7677

View file

@ -1187,8 +1187,8 @@ export default {
}
this.initializeDatePicker().then(() => {
this.showMobileFirstModal();
this.hideLoadingModal();
this.calendarLoadingStatus = "none";
this.$refs.datePicker.isLoading = false;
this.setSelectedDateToFirstAvailable();
});
},
@ -1780,6 +1780,7 @@ export default {
this.selectedDate = null;
this.initializeDatePicker().then(() => {
this.showMobileFirstModal();
this.hideLoadingModal();
this.calendarLoadingStatus = "none";
});
});