mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 17:22:49 +00:00
Added new navitems
This commit is contained in:
@@ -43,6 +43,7 @@ const Actions = {
|
||||
.send(Store.getBrew())
|
||||
.end((err, res)=>{
|
||||
if(err) return dispatch('SET_STATUS', 'error', err);
|
||||
localStorage.setItem('homebrewery-new', null);
|
||||
const brew = res.body;
|
||||
window.location = '/edit/' + brew.editId;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user