diff --git a/web/src/store/dashboard/index.js b/web/src/store/dashboard/index.js index 6c4ffe6..1ef347b 100644 --- a/web/src/store/dashboard/index.js +++ b/web/src/store/dashboard/index.js @@ -37,7 +37,7 @@ const dashboard = { } }) .then(x => x.json()) - .then(x => commit("addBudget", x.Budget)); + .then(x => commit("addBudget", x)); } } }