Implement YNAB Import in Vue
This commit is contained in:
@ -67,7 +67,6 @@ const dashboard = {
|
||||
.then(x => commit("addBudget", x));
|
||||
},
|
||||
async setCurrentBudget({state, commit, dispatch, rootState}, budgetid) {
|
||||
await dispatch("fetchDashboard");
|
||||
for (const element of rootState.Budgets) {
|
||||
if(element.ID != budgetid)
|
||||
continue
|
||||
|
Reference in New Issue
Block a user