Merge pull request #2356 from Safelite/feature/CASH-185v2
Feature/cash 185v2
This commit is contained in:
commit
6c84376d31
2 changed files with 7 additions and 7 deletions
|
|
@ -512,11 +512,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