Merge branch 'release/2025.03.27' into feature/CASH-152-ajc

This commit is contained in:
AdamCaouetteSafelite 2025-03-17 13:32:13 -04:00 committed by GitHub
commit b61e6e619a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

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

View file

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