fix(frontend): update AutoCompleteSelectEntity value

This commit is contained in:
yassinedorbozgithub
2025-05-23 11:41:37 +01:00
parent 8d38b79636
commit 69ed2eb552

View File

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