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);