Merge remote-tracking branch 'upstream/develop' into feature/edge_and_config_refactoring

This commit is contained in:
VakarisZ 2020-05-29 11:08:00 +03:00
commit 0a52158a61
1 changed files with 1 additions and 1 deletions

View File

@ -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>)