Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FringeY committed Aug 4, 2022
1 parent e439089 commit cb1d394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/xconsole-rc-app-layout/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface ISidebarConfig {
navs: INavConfig[];

// 菜单项点击事件
onItemClick: (key: string, itemInfo: any, e: MouseEvent) => void;
onItemClick?: (key: string, itemInfo: any, e: MouseEvent) => void;

/**
* @deprecated
Expand Down

0 comments on commit cb1d394

Please sign in to comment.