mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 20:42:44 +00:00
update API and frontend for google drive document stubs
This commit is contained in:
@@ -211,7 +211,7 @@ const EditPage = createClass({
|
||||
|
||||
this.savedBrew = res.body;
|
||||
if(transfer) {
|
||||
history.replaceState(null, null, `/edit/${this.savedBrew.googleId ?? ''}${this.savedBrew.editId}`);
|
||||
history.replaceState(null, null, `/edit/${this.savedBrew.editId}`);
|
||||
}
|
||||
|
||||
this.setState((prevState)=>({
|
||||
|
||||
Reference in New Issue
Block a user