Implement YNAB Import in Vue

This commit is contained in:
2022-01-26 21:12:42 +00:00
parent 7776ba90f0
commit 47cbaf9660
6 changed files with 67 additions and 57 deletions

View File

@ -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