mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix onClickDropdownItem
This commit is contained in:
parent
c3b41590a8
commit
08f0c37988
@ -344,7 +344,7 @@ export default class Sidebar extends React.Component {
|
||||
}
|
||||
|
||||
onClickDropdownItem = (item) => {
|
||||
const handler = onClickHandlers[item.key]
|
||||
const handler = ItemsClickHandlers[item.key]
|
||||
|
||||
if (typeof handler === "function") {
|
||||
handler()
|
||||
|
Loading…
x
Reference in New Issue
Block a user