From 38dd729b0fa63b3dd9085284c44caf5946a73366 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 13 Jan 2025 14:33:14 -0500 Subject: [PATCH] CASH-79: add emit trigger --- .../save-progress-modal-question.vue | 7 +++---- 1 file changed, 3 insertions(+), 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 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 {