mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 17:02:38 +00:00
Fix issues making brews when not signed in
This commit is contained in:
@@ -137,8 +137,10 @@ const EditPage = createClass({
|
||||
|
||||
toggleGoogleStorage : function(){
|
||||
this.setState((prevState)=>({
|
||||
saveGoogle : !prevState.saveGoogle
|
||||
}));
|
||||
saveGoogle : !prevState.saveGoogle,
|
||||
isSaving : false,
|
||||
errors : null
|
||||
}), ()=>this.trySave());
|
||||
},
|
||||
|
||||
save : async function(){
|
||||
|
||||
Reference in New Issue
Block a user