all button icons removed in modals
This commit is contained in:
@ -119,6 +119,10 @@ const app = new Vue({
|
||||
|
||||
this.template.errors = this.invoice_form.errors;
|
||||
}
|
||||
|
||||
this.form.loading = true;
|
||||
|
||||
this.$emit("confirm");
|
||||
},
|
||||
|
||||
closeTemplate() {
|
||||
|
Reference in New Issue
Block a user