diff --git a/src/client/entity-editor/common/entity-search-field-option.js b/src/client/entity-editor/common/entity-search-field-option.js index 3481e3071..9fd8d576d 100644 --- a/src/client/entity-editor/common/entity-search-field-option.js +++ b/src/client/entity-editor/common/entity-search-field-option.js @@ -130,7 +130,7 @@ class EntitySearchFieldOption extends React.Component { if (!buttonAfter) { return ( <> - {React.cloneElement(wrappedSelect, props)} + {React.cloneElement(wrappedSelect, wrappedSelect.props)} {help &&