CASH-79: add emit trigger
This commit is contained in:
parent
6e17ba01cc
commit
38dd729b0f
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue