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();
|
this.modal.closeModal();
|
||||||
|
|
||||||
// TODO send store call to send to new API (that triggers an email send)
|
// send store call to send to new API (that triggers an email send)
|
||||||
|
this.$emit("save-progress");
|
||||||
// TODO hide button trigger and replace with success message
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -106,7 +105,7 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.save-progress-modal-question {
|
.save-progress-modal-question {
|
||||||
order: 2;
|
order: 2;
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $blue-100;
|
background: $blue-100;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue