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 a230c6ce3..dee45e242 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 @@ -88,9 +88,8 @@ export default { this.modal.closeModal(); - // TODO send store call to send to new API (that triggers an email send) - - // TODO hide button trigger and replace with success message + // send store call to send to new API (that triggers an email send) + this.$emit("save-progress"); }, }, @@ -106,7 +105,7 @@ export default {