Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 19, 2024
1 parent e6f2260 commit a3aaa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const StepFormDropdown = (props: StepFormDropdownProps): JSX.Element => {
const availableOptionIds = options.map(opt => opt.value)
// @ts-expect-error (ce, 2021-06-21) unknown not assignable to string
const fieldValue = availableOptionIds.includes(value) ? String(value) : null

return (
<DropdownField
name={name}
Expand Down

0 comments on commit a3aaa74

Please sign in to comment.