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
|
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);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue