Merge pull request #2356 from Safelite/feature/CASH-185v2

Feature/cash 185v2
This commit is contained in:
Johnny Shultz 2025-03-17 13:28:03 -04:00 committed by GitHub
commit 6c84376d31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -512,11 +512,13 @@ export default {
false false
); );
this.dispatchStoreAction( if (this.waitListRequested !== null && this.waitListRequested !== undefined) {
this.storeActions.SAVE_WAITLIST_REQUESTED, this.dispatchStoreAction(
this.waitListRequested, this.storeActions.SAVE_WAITLIST_REQUESTED,
false this.waitListRequested,
); false
);
}
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route); this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
}, },

View file

@ -627,8 +627,6 @@ export default {
font-size: $h5-font-size; font-size: $h5-font-size;
padding: 12px 16px; padding: 12px 16px;
margin-bottom: -8px; margin-bottom: -8px;
height: 78px;
width: 326px;
.success-text { .success-text {
margin-left: 8px; margin-left: 8px;
strong { strong {