Skip to content

Commit 3445801

Browse files
committed
Fix metadata prop
1 parent 080f4aa commit 3445801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/split-panel/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default function SplitPanel({
2323
hasHeaderActions: Boolean(restProps.headerActions),
2424
hasHeaderDescription: Boolean(restProps.headerDescription),
2525
hasHeaderInfo: Boolean(restProps.headerInfo),
26+
hasHeaderBefore: Boolean(restProps.headerBefore),
2627
},
2728
});
2829
const i18n = useInternalI18n('split-panel');

0 commit comments

Comments
 (0)