This commit is contained in:
xds
2025-02-01 16:27:54 +03:00
parent 9369285b44
commit 98f3d4baa4
6 changed files with 73 additions and 58 deletions

View File

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