Skip to content

Commit

Permalink
Merge pull request #40 from linked-planet/dev
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
marcus-wishes authored Sep 12, 2024
2 parents 4dd02b2 + 8c7dcbc commit ca570a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function TableTreeShowcase(props: ShowcaseProps) {
data?.children !== undefined &&
data.children.length > 0
}
isDefaultExpaned={false}
isDefaultExpanded={false}
>
<Cell singleLine={true}>
<div
Expand Down

0 comments on commit ca570a9

Please sign in to comment.