API returns Budget directly
This commit is contained in:
parent
be821bc90a
commit
c2bcd815d5
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user