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:
Med Marrouchi 2024-11-04 16:36:45 +01:00 committed by GitHub
commit 986fc95c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}