diff options
Diffstat (limited to 'frontend/src/views/Config.js')
-rw-r--r-- | frontend/src/views/Config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/views/Config.js b/frontend/src/views/Config.js index 9b220d9..1468b1b 100644 --- a/frontend/src/views/Config.js +++ b/frontend/src/views/Config.js @@ -77,6 +77,8 @@ class Config extends Component { if (response.status === 202 ){ //this.setState({showConfig:false}); this.props.onHide(); + this.props.onDone(); + console.log(this.props.disabled); } } ); @@ -158,6 +160,8 @@ class Config extends Component { </Modal.Title> </Modal.Header> <Modal.Body> + <div class="blink"><span><b>Warning:</b></span> once the configuration is completed, it cannot be changed unless you reset caronte :(</div> + <hr/> <Container> <Row> <Col md={5}> |