Skip to content

Commit

Permalink
fix: passing expandSingle prop (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelSuwinski authored Mar 6, 2024
1 parent d9ede40 commit b46beb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ListGuesser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const IntrospectedListGuesser = ({
empty,
hover,
expand,
expandSingle,
optimized,
size,
children,
Expand Down Expand Up @@ -122,6 +123,7 @@ export const IntrospectedListGuesser = ({
empty={empty}
hover={hover}
expand={expand}
expandSingle={expandSingle}
optimized={optimized}
size={size}
sx={datagridSx}>
Expand Down

0 comments on commit b46beb3

Please sign in to comment.