0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 00:12:56 +00:00

More debug

This commit is contained in:
David Bolack
2024-03-06 11:00:43 -06:00
parent 79a4291153
commit 6f6a06c8c3

View File

@@ -166,7 +166,7 @@ const NewPage = createClass({
localStorage.removeItem(BREWKEY);
localStorage.removeItem(STYLEKEY);
localStorage.removeItem(METAKEY);
//window.location = `/edit/${brew.editId}`;
window.location = `/edit/${brew.editId}`;
},
renderSaveButton : function(){