mirror of
https://github.com/hexastack/hexabot
synced 2024-11-25 21:37:59 +00:00
Merge pull request #313 from Hexastack/311-bug-block-linked-contextvars-are-not-visible-from-the-ui
fix(frontend): AutoCompleteSelect default value
This commit is contained in:
commit
986fc95c46
@ -113,7 +113,7 @@ const AutoCompleteEntitySelect = <
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<AutoCompleteSelect<Value, Label, Multiple>
|
<AutoCompleteSelect<Value, Label, Multiple>
|
||||||
value={value}
|
{...(options.length && { value })}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
label={label}
|
label={label}
|
||||||
multiple={multiple}
|
multiple={multiple}
|
||||||
|
Loading…
Reference in New Issue
Block a user