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 c8465fef7..2e3cd5f72 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 @@ -2,6 +2,7 @@
{{ modalBodyText }}
@@ -78,6 +80,10 @@ export default { this.modal.openModal(); this.modal.resetButtonStyle(); }, + onModalClosed() { + this.userInput = ""; + this.modal.resetForm(); + }, async saveProgress() { // save email address to store await this.dispatchStoreAction(storeActions.SAVE_EMAIL, this.userInput, false);