mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix event
This commit is contained in:
parent
ba14f0247b
commit
fa2ba1390e
@ -349,7 +349,7 @@ export default class Sidebar extends React.Component {
|
|||||||
{!this.state.editMode && (
|
{!this.state.editMode && (
|
||||||
<div key="bottom" className="app_sidebar_bottom">
|
<div key="bottom" className="app_sidebar_bottom">
|
||||||
<Menu selectable={false} mode="inline" theme={this.props.theme} onClick={this.handleClick}>
|
<Menu selectable={false} mode="inline" theme={this.props.theme} onClick={this.handleClick}>
|
||||||
<Menu.Item key="search" icon={<Icons.Search />} overrideEvent="app.openSearch" >
|
<Menu.Item key="search" icon={<Icons.Search />} overrideEvent="app.openSearcher" >
|
||||||
<Translation>
|
<Translation>
|
||||||
{(t) => t("Search")}
|
{(t) => t("Search")}
|
||||||
</Translation>
|
</Translation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user