diff --git a/src/components/Select.tsx b/src/components/Select.tsx index b5308e7..07c268e 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -13,7 +13,7 @@ type Props = { error_text?: string, placeholder?: string, label?: string, - value?: any, + value?: string, } & SelectHTMLAttributes const Select: FC = (props: Props) => { @@ -26,7 +26,7 @@ const Select: FC = (props: Props) => { } + +