Skip to content

Commit

Permalink
[@mantine/core] Grid: Fix id prop not being passed to the root elem…
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheibel authored and Arel Cordero committed Sep 13, 2023
1 parent 5575b40 commit 71e8b28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/mantine-core/src/Grid/Col/Col.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const Col = forwardRef<HTMLDivElement, ColProps>((props: ColProps, ref) =
orderLg,
orderXl,
className,
id,
unstyled,
variant,
...others
Expand Down
1 change: 0 additions & 1 deletion src/mantine-core/src/Grid/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const Grid: GridComponent = forwardRef<HTMLDivElement, GridProps>((props,
align,
columns,
className,
id,
unstyled,
variant,
...others
Expand Down

0 comments on commit 71e8b28

Please sign in to comment.