Merge branch 'master' into new/edit/home-exctractcommonsetupsteps

This commit is contained in:
Trevor Buckner
2026-09-09 21:51:12 -04:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
@@ -167,6 +167,7 @@ const NewPage = (props)=>{
localStorage.removeItem(BREWKEY);
localStorage.removeItem(STYLEKEY);
localStorage.removeItem(METAKEY);
window.onbeforeunload = null;
window.location = `/edit/${savedBrew.editId}`;
};