mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
This commit is contained in:
parent
401519ec6f
commit
29d2a756b0
@ -227,10 +227,10 @@ export default class Header extends React.Component {
|
||||
onSearch={this.handleInputChange}
|
||||
getPopupContainer={trigger => trigger.parentNode}
|
||||
>
|
||||
{options}
|
||||
<Option value={searchEngine} data-label={searchEngine}>
|
||||
<FormattedMessage id="app.header.search" />
|
||||
</Option>
|
||||
{options}
|
||||
</Select>
|
||||
</div>
|
||||
{menuMode === 'horizontal' ? menu : null}
|
||||
|
Loading…
Reference in New Issue
Block a user