fix error msg

This commit is contained in:
wh1te909 2021-03-26 07:48:35 +00:00
parent 37d8360b77
commit 598d79a502
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default {
if (e.response.data.name) {
this.notifyError(e.response.data.name);
} else {
this.notifyError(e.response.data);
this.notifyError(e.response.data.non_field_errors);
}
});
},