Skip to content

Commit

Permalink
fix: fixed bug in training aoi labels download
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy committed Nov 10, 2024
1 parent 2b42f4d commit 7ba5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/model-creation/api/get-trainings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ export const getTrainingAreaLabels = async (
const res = await apiClient.get(
API_ENDPOINTS.GET_TRAINING_AREA_LABELS(aoiId),
);
return res.data.results;
return res.data;
};

0 comments on commit 7ba5b10

Please sign in to comment.