From 188a409c1d5a654d6e1a25f40ad3c0b5267a9cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chy=C5=82a?= Date: Tue, 9 Jul 2024 14:31:05 +0200 Subject: [PATCH] Fix empty space --- src/components/Select/Select.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Select/Select.tsx b/src/components/Select/Select.tsx index 4574549f..889d9256 100644 --- a/src/components/Select/Select.tsx +++ b/src/components/Select/Select.tsx @@ -47,7 +47,6 @@ export type SelectProps = PropsWithBox< | "nonce" > & { label?: ReactNode; - error?: boolean; helperText?: ReactNode; options: T[];