Skip to content

Commit 885dd05

Browse files
Algirdyznickgros
andauthored
Update packages/mantine/src/templates/GridTemplate.tsx
Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com>
1 parent a8e22c4 commit 885dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mantine/src/templates/GridTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { GridTemplateProps } from '@rjsf/utils';
44
/** Renders a `GridTemplate` for mantine, which is expecting the column sizing information coming in via the
55
* extra props provided by the caller, which are spread directly on the `Grid`/`Grid.Col`.
66
*
7-
* @param props - The GridTemplateProps, including the extra props containing the chakra-ui grid positioning details
7+
* @param props - The GridTemplateProps, including the extra props containing the Mantine grid positioning details
88
*/
99
export default function GridTemplate(props: GridTemplateProps) {
1010
const { children, column, fluid = true, ...rest } = props;

0 commit comments

Comments
 (0)