Skip to content

Commit 42b6cb7

Browse files
author
Andrea Aliberti
committed
Fix build
1 parent 0455e1c commit 42b6cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Layout/PanelSideBarLayout/Context/PanelSideBarLayoutContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface PanelSideBarLayoutProviderProps {
2020
/**
2121
* The other menu content.
2222
*/
23-
topBarCustomItems?: JSX.Element[];
23+
topBarCustomItems?: ReactNode[];
2424
}
2525

2626
const PanelSideBarLayoutContext = createContext<PanelSideBarLayoutProviderProps | null>(null);

0 commit comments

Comments
 (0)