Skip to content

Commit

Permalink
minor change to onChange params
Browse files Browse the repository at this point in the history
  • Loading branch information
zackatbrightbeam committed Jul 25, 2024
1 parent cf3e7ac commit 96a45f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/BasicEntitySliderField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function BasicEntitySliderField(props: any) {
min={field.ux.min}
max={field.ux.max}
value={value}
onChange={(_, newValue) => onChange(newValue)}
onChange={(_, newValue: any) => onChange(newValue)}
/>
)}
/>
Expand Down

0 comments on commit 96a45f1

Please sign in to comment.