API returns Budget directly

This commit is contained in:
Jan Bader 2022-01-24 19:22:53 +00:00
parent be821bc90a
commit c2bcd815d5

View File

@ -37,7 +37,7 @@ const dashboard = {
} }
}) })
.then(x => x.json()) .then(x => x.json())
.then(x => commit("addBudget", x.Budget)); .then(x => commit("addBudget", x));
} }
} }
} }