This commit is contained in:
Martin Quarda 2024-10-10 00:14:45 +02:00
parent 2f33df8dcb
commit 4902f2e297

View File

@ -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",
})
});