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:
@@ -146,6 +146,14 @@ const NewPage = createClass({
|
||||
});
|
||||
},
|
||||
|
||||
clearErrors : function(){
|
||||
this.setState({
|
||||
errors : null,
|
||||
isSaving : false
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
save : async function(){
|
||||
this.setState({
|
||||
isSaving : true
|
||||
|
||||
Reference in New Issue
Block a user