CASH-79: add emit trigger

This commit is contained in:
Adam Caouette 2025-01-13 14:33:14 -05:00
parent 6e17ba01cc
commit 38dd729b0f

View file

@ -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 {
<style lang="scss" scoped>
.save-progress-modal-question {
order: 2;
.btn-secondary {
position: relative;
background: $blue-100;