Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff71a0f

Browse files
chore(website): fix defaultSize(Percentage) prop usage (2)
1 parent 70421f6 commit ff71a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/components/typeDetails/TypesDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function TypesDetails({
4040
<Panel
4141
className={styles.PanelColumn}
4242
collapsible={true}
43-
defaultSizePercentage={35}
43+
defaultSize={35}
4444
id="simplifiedTree"
4545
>
4646
<div className={styles.playgroundInfoContainer}>

0 commit comments

Comments
 (0)