1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Wire up save to button.

This commit is contained in:
Drew Larson 2017-02-19 14:12:04 -06:00
parent 99875ab7df
commit 2219366859

View File

@ -247,7 +247,7 @@ class BikeForm extends React.Component {
<div className="mdl-grid">
<div style={{ textAlign: 'right' }} className="mdl-cell mdl-cell--12-col">
<RaisedButton label="Cancel" onTouchTap={this.props.handleClose} secondary />
<RaisedButton label="Save" onTouchTap={this.props.handleSave} default />
<RaisedButton label="Save" onTouchTap={this.handleSave} default />
</div>
</div>
</div>