Skip to content

Commit

Permalink
[@mantine/core] Grid: Pass id prop to dom element
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheibel committed Aug 17, 2023
1 parent 33f51e1 commit a8d8925
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 a8d8925

Please sign in to comment.