mirror of
https://github.com/hexastack/hexabot
synced 2025-06-04 03:26:22 +00:00
fix(frontend): AutoCompleteSelect default value
This commit is contained in:
parent
cfb6d1bbdf
commit
72e6193e5e
@ -113,7 +113,7 @@ const AutoCompleteEntitySelect = <
|
||||
|
||||
return (
|
||||
<AutoCompleteSelect<Value, Label, Multiple>
|
||||
value={value}
|
||||
{...(options.length && { value })}
|
||||
onChange={onChange}
|
||||
label={label}
|
||||
multiple={multiple}
|
||||
|
Loading…
Reference in New Issue
Block a user