0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 18:17:52 +00:00

Merge branch 'PRODUCTION' of https://github.com/naturalcrit/homebrewery into PRODUCTION

This commit is contained in:
Trevor Buckner
2021-09-18 00:39:20 -04:00

View File

@@ -146,6 +146,14 @@ const NewPage = createClass({
});
},
clearErrors : function(){
this.setState({
errors : null,
isSaving : false
});
},
save : async function(){
this.setState({
isSaving : true