Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FringeY committed Aug 3, 2022
1 parent 1f87c6a commit 6171e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/xconsole-rc-app-layout/src/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const XConsoleAppLayout: React.FunctionComponent<IProp> = (props: IProp) => {
return (
<Context.Provider
value={{
sidebar: { title, navs, collapsedKeys: [] },
sidebar: { title, navs, collapsedKeys: [], onItemClick: sidebar.onItemClick },
setTitle,
setNavs,
setCollapsed,
Expand Down

0 comments on commit 6171e1d

Please sign in to comment.