0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 15:12:43 +00:00

Finally testing, things should be working a bit better now

This commit is contained in:
Scott Tolksdorf
2017-01-01 13:31:33 -08:00
parent 95c09ba7ad
commit 5ba3f98696
8 changed files with 70 additions and 84 deletions

View File

@@ -13,7 +13,7 @@ const StaticSave = React.createClass({
};
},
handleClick : function(){
Actions.saveNew();
Actions.create();
},
render : function(){
if(this.props.status === 'saving'){