0
0
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:
G.Ambatte
2025-02-15 00:13:23 +13:00
parent 2cb8b5d014
commit 1af66cf571

View File

@@ -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(){