0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 11:12:39 +00:00
This commit is contained in:
Trevor Buckner
2020-10-07 20:07:28 -04:00
parent f6f9b768cc
commit 194a9c0c40

View File

@@ -227,7 +227,7 @@ const EditPage = createClass({
brew : _.merge({}, prevState.brew, {
googleId : this.savedBrew.googleId ? this.savedBrew.googleId : null,
editId : this.savedBrew.editId,
shareId : this.savedBrew.editId
shareId : this.savedBrew.shareId
}),
isPending : false,
isSaving : false,