Skip to content

Commit

Permalink
Update SelectField.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Apr 21, 2024
1 parent b88e13c commit d0e4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/formShared/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function SelectField({
options,
control,
rules,
// when false, we map the options to they values, otherwise we simply pass what react-select gives
// when false, we map the options to the values, otherwise we simply pass what react-select gives
useOptionsAsValue = false,
className,
...selectProps
Expand Down

0 comments on commit d0e4531

Please sign in to comment.