all button icons removed in modals

This commit is contained in:
batuhanbas
2020-02-03 15:57:15 +03:00
parent 7a76d1b876
commit a1d453c474
7 changed files with 26 additions and 36 deletions

View File

@ -119,6 +119,10 @@ const app = new Vue({
this.template.errors = this.invoice_form.errors;
}
this.form.loading = true;
this.$emit("confirm");
},
closeTemplate() {