mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 16:35:35 -04: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 className="mdl-grid"> | ||||||
|           <div style={{ textAlign: 'right' }} className="mdl-cell mdl-cell--12-col"> |           <div style={{ textAlign: 'right' }} className="mdl-cell mdl-cell--12-col"> | ||||||
|             <RaisedButton label="Cancel" onTouchTap={this.props.handleClose} secondary /> |             <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> |         </div> | ||||||
|       </div> |       </div> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user