parent
df5a823738
commit
34e56ccd81
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const ListComponent = ({
|
|||
<Controller
|
||||
name={convertToName(name!)}
|
||||
data-testid={name}
|
||||
defaultValue={defaultValue || ""}
|
||||
defaultValue={defaultValue || options?.[0] || ""}
|
||||
control={control}
|
||||
render={({ field }) => (
|
||||
<Select
|
||||
|
|
Loading…
Reference in a new issue