diff --git a/templates/website/src/blocks/Form/Select/index.tsx b/templates/website/src/blocks/Form/Select/index.tsx index e6c159d73..30c0e8312 100644 --- a/templates/website/src/blocks/Form/Select/index.tsx +++ b/templates/website/src/blocks/Form/Select/index.tsx @@ -20,7 +20,7 @@ export const Select: React.FC< control: Control errors: Partial } -> = ({ name, control, errors, label, options, required, width }) => { +> = ({ name, control, errors, label, options, required, width, defaultValue }) => { return ( { const controlledValue = options.find((t) => t.value === value)