We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05e3e commit 13b6f36Copy full SHA for 13b6f36
packages/studio-components/src/layout/index.tsx
@@ -17,7 +17,7 @@ interface ILayoutProps {
17
style?: React.CSSProperties;
18
collapsedConfig?: Record<string, boolean>;
19
onMenuClick?: (currentNav: string) => void;
20
- headerSlot: React.ReactNode | null;
+ headerSlot?: React.ReactNode | null;
21
}
22
23
const Layout: React.FunctionComponent<ILayoutProps> = props => {
0 commit comments