diff --git a/platform/ui-next/src/components/PanelSection/PanelSection.tsx b/platform/ui-next/src/components/PanelSection/PanelSection.tsx index 37811601f..2559d5858 100644 --- a/platform/ui-next/src/components/PanelSection/PanelSection.tsx +++ b/platform/ui-next/src/components/PanelSection/PanelSection.tsx @@ -28,13 +28,14 @@ interface PanelSectionContentProps { export const PanelSection: React.FC & { Header: React.FC; Content: React.FC; -} = ({ children, defaultOpen = true, className }) => { +} = ({ children, defaultOpen = true, className, ...props }) => { return (