Revert "Merge pull request #2193 from Safelite/feature/CASH-77"
This reverts commit28d8447dae, reversing changes made toe5692e9949.
This commit is contained in:
parent
3bb6ed5339
commit
d8d615f7a2
2 changed files with 8 additions and 2 deletions
|
|
@ -78,13 +78,16 @@ export default {
|
|||
this.modal.resetButtonStyle();
|
||||
},
|
||||
async saveProgress() {
|
||||
// send store call to send to new API (that triggers an email send)
|
||||
this.$emit("save-progress");
|
||||
// save email address to store
|
||||
await this.dispatchStoreAction(storeActions.SAVE_EMAIL, this.userInput, false);
|
||||
|
||||
// hide save progress button; show success message alert
|
||||
this.isProgressSaved = true;
|
||||
|
||||
this.modal.closeModal();
|
||||
|
||||
// send store call to send to new API (that triggers an email send)
|
||||
this.$emit("save-progress");
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -466,6 +466,9 @@ export default {
|
|||
},
|
||||
},
|
||||
methods: {
|
||||
async handleClick() {
|
||||
await saveQuote({ pageNameToLog: "quote" });
|
||||
},
|
||||
openModalAction(modalName) {
|
||||
this.$refs[modalName].openModal();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue