fix
This commit is contained in:
parent
2f33df8dcb
commit
4902f2e297
@ -103,7 +103,7 @@ class Main extends Component {
|
||||
}).catch((error) => {
|
||||
this.setState({
|
||||
progress: false,
|
||||
status_text: "Chyba: " + error.response.status +", " + error.response.data,
|
||||
status_text: "Chyba: " + error.response.status +", " + error.response.data.reason,
|
||||
status: "failed",
|
||||
})
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user