0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Ensure share links are updated on transfer to google

This commit is contained in:
Trevor Buckner
2020-10-07 20:01:32 -04:00
parent 8fe0148821
commit f6f9b768cc

View File

@@ -227,6 +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
}),
isPending : false,
isSaving : false,