Merge branch 'release/2025.03.27' into feature/CASH-152-ajc
This commit is contained in:
commit
b61e6e619a
2 changed files with 7 additions and 7 deletions
|
|
@ -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);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue