Finally testing, things should be working a bit better now

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:45:32 -05:00
parent 95c09ba7ad
commit 5ba3f98696
8 changed files with 70 additions and 84 deletions
@@ -13,7 +13,7 @@ const StaticSave = React.createClass({
};
},
handleClick : function(){
Actions.saveNew();
Actions.create();
},
render : function(){
if(this.props.status === 'saving'){