mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 20:29:43 +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(){
|
save : async function(){
|
||||||
this.setState({
|
this.setState({
|
||||||
isSaving : true
|
isSaving : true
|
||||||
|
|||||||
Reference in New Issue
Block a user