From 7a7ed5a17ad3947efbaac4f834e53cd9dd4c646c Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 13 Jan 2025 10:03:27 -0500 Subject: [PATCH] CASH-79: add Save Progress success alert message --- .../save-progress-modal-question.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue index 627900ef9..6d0472541 100644 --- a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue +++ b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue @@ -16,7 +16,6 @@ :ref="modalName" :headerText="modalHeaderText" suppressPageScroll - :onModalClosedCallback="onModalClosed" :footerButtonText="modalButtonText" @footer-button-event="saveProgress"> @@ -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);