CASH-79: add Save Progress success alert message
This commit is contained in:
parent
14b899453f
commit
7a7ed5a17a
1 changed files with 0 additions and 4 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
:ref="modalName"
|
:ref="modalName"
|
||||||
:headerText="modalHeaderText"
|
:headerText="modalHeaderText"
|
||||||
suppressPageScroll
|
suppressPageScroll
|
||||||
:onModalClosedCallback="onModalClosed"
|
|
||||||
:footerButtonText="modalButtonText"
|
:footerButtonText="modalButtonText"
|
||||||
@footer-button-event="saveProgress">
|
@footer-button-event="saveProgress">
|
||||||
<p class="modal-body">{{ modalBodyText }}</p>
|
<p class="modal-body">{{ modalBodyText }}</p>
|
||||||
|
|
@ -78,9 +77,6 @@ export default {
|
||||||
this.modal.openModal();
|
this.modal.openModal();
|
||||||
this.modal.resetButtonStyle();
|
this.modal.resetButtonStyle();
|
||||||
},
|
},
|
||||||
// onModalClosed() {
|
|
||||||
// this.isProgressSaved = true;
|
|
||||||
// },
|
|
||||||
async saveProgress() {
|
async saveProgress() {
|
||||||
console.log("Saving Progress! userInput is: ", this.userInput);
|
console.log("Saving Progress! userInput is: ", this.userInput);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue