Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 6171e1d

Browse files
committed
fix
1 parent 1f87c6a commit 6171e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/xconsole-rc-app-layout/src/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const XConsoleAppLayout: React.FunctionComponent<IProp> = (props: IProp) => {
6363
return (
6464
<Context.Provider
6565
value={{
66-
sidebar: { title, navs, collapsedKeys: [] },
66+
sidebar: { title, navs, collapsedKeys: [], onItemClick: sidebar.onItemClick },
6767
setTitle,
6868
setNavs,
6969
setCollapsed,

0 commit comments

Comments
 (0)