mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 20:42:44 +00:00
Save button is functional
This commit is contained in:
@@ -86,7 +86,7 @@ var NewPage = React.createClass({
|
||||
|
||||
renderSaveButton : function(){
|
||||
if(this.state.isSaving){
|
||||
return <Nav.item icon='fa-spinner sa-spin' className='saveButton'>
|
||||
return <Nav.item icon='fa-spinner fa-spin' className='saveButton'>
|
||||
save...
|
||||
</Nav.item>
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user