mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Add default case for SAVE button text
This commit is contained in:
@@ -337,6 +337,7 @@ const EditPage = createClass({
|
||||
if(!this.state.isPending && !this.state.isSaving){
|
||||
return <Nav.item className='save saved'>saved.</Nav.item>;
|
||||
}
|
||||
return <Nav.item className='save saved'>no changes.</Nav.item>;
|
||||
},
|
||||
|
||||
handleAutoSave : function(){
|
||||
|
||||
Reference in New Issue
Block a user