added button loading for wizard pages

This commit is contained in:
Burak Civan
2022-06-07 15:53:42 +03:00
parent 5079d52cce
commit 7ef689ebab
4 changed files with 31 additions and 8 deletions

View File

@ -159,6 +159,7 @@ export default {
if(this.error_field[field_name]) {
return this.error_field[field_name][0];
}
this.button_loading = false;
},
onFailError(error) {