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"
|
||||
:headerText="modalHeaderText"
|
||||
suppressPageScroll
|
||||
:onModalClosedCallback="onModalClosed"
|
||||
:footerButtonText="modalButtonText"
|
||||
@footer-button-event="saveProgress">
|
||||
<p class="modal-body">{{ modalBodyText }}</p>
|
||||
|
|
@ -78,9 +77,6 @@ export default {
|
|||
this.modal.openModal();
|
||||
this.modal.resetButtonStyle();
|
||||
},
|
||||
// onModalClosed() {
|
||||
// this.isProgressSaved = true;
|
||||
// },
|
||||
async saveProgress() {
|
||||
console.log("Saving Progress! userInput is: ", this.userInput);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue