Skip to content

Commit

Permalink
Merge pull request #298 from Blair2004/v4.4.x
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
Blair2004 authored Sep 11, 2021
2 parents a13d27b + 8e563b8 commit f6b39ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/app.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,12 @@ export default {
nsSnackBar.error( error.message, undefined, {
duration: 5000
}).subscribe();
this.formValidation.triggerError( this.form, error.response.data );
this.formValidation.enableForm( this.form );
if ( error.response ) {
this.formValidation.triggerError( this.form, error.response.data );
}
})
},
deleteVariation( index ) {
Expand Down

0 comments on commit f6b39ac

Please sign in to comment.