Skip to content

Commit

Permalink
passing expandSingle prop
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelSuwinski committed Feb 15, 2024
1 parent d9ede40 commit d5bf97c
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 d5bf97c

Please sign in to comment.