Merge pull request #2696 from Safelite/nation/CASH-1245

Nation/cash 1245
This commit is contained in:
CarlNation 2025-07-25 13:26:51 -04:00 committed by GitHub
commit a5e678272d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1307,6 +1307,9 @@ export default {
); );
} }
}, },
showLoadingModal() {
this.$refs.loadingModal.showModal();
},
async forwardButtonAction() { async forwardButtonAction() {
this.navigatingForward = true; this.navigatingForward = true;
var ctu = this.zipCodeCtu; var ctu = this.zipCodeCtu;
@ -1434,6 +1437,7 @@ export default {
this.pageName this.pageName
); );
} }
this.showLoadingModal();
}, },
setDisplayWaitList() { setDisplayWaitList() {
const dateString = this.isMobileSelected const dateString = this.isMobileSelected