fix onClickDropdownItem

This commit is contained in:
SrGooglo 2024-09-13 15:09:22 +00:00
parent c3b41590a8
commit 08f0c37988

View File

@ -344,7 +344,7 @@ export default class Sidebar extends React.Component {
} }
onClickDropdownItem = (item) => { onClickDropdownItem = (item) => {
const handler = onClickHandlers[item.key] const handler = ItemsClickHandlers[item.key]
if (typeof handler === "function") { if (typeof handler === "function") {
handler() handler()