mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove comment
This commit is contained in:
@@ -280,7 +280,6 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
return response.json();
|
return response.json();
|
||||||
// this.setState({ errorMessage: undefined }, this.props.loadData);
|
|
||||||
}
|
}
|
||||||
throw Error("Unexpected response code: " + response.status);
|
throw Error("Unexpected response code: " + response.status);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user