fix error msg
This commit is contained in:
parent
37d8360b77
commit
598d79a502
|
@ -103,7 +103,7 @@ export default {
|
||||||
if (e.response.data.name) {
|
if (e.response.data.name) {
|
||||||
this.notifyError(e.response.data.name);
|
this.notifyError(e.response.data.name);
|
||||||
} else {
|
} else {
|
||||||
this.notifyError(e.response.data);
|
this.notifyError(e.response.data.non_field_errors);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue