Remember menu state
This commit is contained in:
parent
136f15badc
commit
e5fe3d06c4
@ -184,7 +184,8 @@ store.subscribe((mutation, state) => {
|
||||
Budgets: state.Budgets,
|
||||
Accounts: state.Accounts,
|
||||
CurrentBudgetID: state.CurrentBudgetID,
|
||||
CurrentAccountID: state.CurrentAccountID
|
||||
CurrentAccountID: state.CurrentAccountID,
|
||||
ShowMenu: state.ShowMenu
|
||||
}
|
||||
localStorage.setItem("store", JSON.stringify(persistedState));
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user