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

View File

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