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:
parent
99875ab7df
commit
2219366859
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user