hz
This commit is contained in:
@@ -62,7 +62,7 @@ export const getBudgetCategoriesSums = async (budgetId) => {
|
||||
return response.data;
|
||||
}
|
||||
|
||||
export const getBudgetInfo = async (budget_id: number) => {
|
||||
export const getBudgetInfo = async (budget_id: string) => {
|
||||
|
||||
let budgetInfo = await apiClient.get('/budgets/' + budget_id);
|
||||
budgetInfo = budgetInfo.data;
|
||||
|
||||
Reference in New Issue
Block a user