diff --git a/mon-entreprise/source/components/conversation/select/SelectEuropeCountry.tsx b/mon-entreprise/source/components/conversation/select/SelectEuropeCountry.tsx index 2caf5ce61..fd629488b 100644 --- a/mon-entreprise/source/components/conversation/select/SelectEuropeCountry.tsx +++ b/mon-entreprise/source/components/conversation/select/SelectEuropeCountry.tsx @@ -46,10 +46,10 @@ export default function SelectEuropeCountry({ name="country" id={id} className="ui__" - defaultValue={value ? (value as string).slice(1, -1) : undefined} + defaultValue={value ? (value as string).slice(1, -1) : ''} onChange={(e) => onChange(`'${e.target.value}'`)} > - + {STATES.map((state) => (