Skip to content

Commit

Permalink
Fix empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Jul 9, 2024
1 parent 25fcf8c commit 188a409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export type SelectProps<T, V> = PropsWithBox<
| "nonce"
> & {
label?: ReactNode;

error?: boolean;
helperText?: ReactNode;
options: T[];
Expand Down

0 comments on commit 188a409

Please sign in to comment.