forked from p34709852/monkey
Merge remote-tracking branch 'upstream/develop' into feature/edge_and_config_refactoring
This commit is contained in:
commit
0a52158a61
|
@ -56,7 +56,7 @@ class StartOverModal extends React.PureComponent {
|
|||
Reset environment
|
||||
</button>
|
||||
<button type='button' className='btn btn-success btn-lg' style={{margin: '5px'}}
|
||||
onClick={() => this.setState({showCleanDialog: false})}>
|
||||
onClick={() => {this.props.onClose(); this.setState({showCleanDialog: false})}}>
|
||||
Cancel
|
||||
</button>
|
||||
</div>)
|
||||
|
|
Loading…
Reference in New Issue