<div className="modal-footer">
<Button type="button" className="btn btn-primary" onClick={this.props.componentDidMount(this.state)}>Сохранить изменения</Button>
</div>
<div className="modal-footer">
<Button type="button" className="btn btn-primary" onClick={() => this.props.componentDidMount(this.state)}>Сохранить изменения</Button>
</div>