Skip to content

Commit

Permalink
fix: delay optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Oct 23, 2024
1 parent a9fc697 commit 1650b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/InputComp/InputDebounced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const InputDebounced = ({
...inputProps
}: Omit<InputProps, 'onChange'> & {
className?: string
delay: number
delay?: number
labelProps?: InputLabelProps | false
value: string
testId?: string
Expand Down

0 comments on commit 1650b08

Please sign in to comment.