Skip to content

Commit

Permalink
chore: fixed ts bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy committed Nov 1, 2024
1 parent efd61e4 commit f325aba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TrainingAreaForm = () => {

handleChange(
MODEL_CREATION_FORM_NAME.TRAINING_AREAS,

// @ts-expect-error bad type definition
trainingAreasData?.results,
);
}, [trainingAreasData]);
Expand Down

0 comments on commit f325aba

Please sign in to comment.