Skip to content

Commit 13b6f36

Browse files
author
xwj02155382
committed
fix: adjust headerslot
1 parent dc05e3e commit 13b6f36

File tree

1 file changed

+1
-1
lines changed
  • packages/studio-components/src/layout

1 file changed

+1
-1
lines changed

packages/studio-components/src/layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface ILayoutProps {
1717
style?: React.CSSProperties;
1818
collapsedConfig?: Record<string, boolean>;
1919
onMenuClick?: (currentNav: string) => void;
20-
headerSlot: React.ReactNode | null;
20+
headerSlot?: React.ReactNode | null;
2121
}
2222

2323
const Layout: React.FunctionComponent<ILayoutProps> = props => {

0 commit comments

Comments
 (0)