0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 13:18:11 +00:00

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

This commit is contained in:
Trevor Buckner
2021-09-09 23:06:21 -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