fix(frontend): AutoCompleteSelect default value

This commit is contained in:
yassinedorbozgithub 2024-11-03 10:48:47 +01:00
parent cfb6d1bbdf
commit 72e6193e5e

View File

@ -113,7 +113,7 @@ const AutoCompleteEntitySelect = <
return (
<AutoCompleteSelect<Value, Label, Multiple>
value={value}
{...(options.length && { value })}
onChange={onChange}
label={label}
multiple={multiple}