Skip to content

Commit 021e0eb

Browse files
committed
Update children to required
1 parent 7cf08dd commit 021e0eb

File tree

1 file changed

+1
-1
lines changed
  • polaris-react/src/components/Tile

1 file changed

+1
-1
lines changed

polaris-react/src/components/Tile/Tile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Gap = {
2222

2323
export interface TileProps {
2424
/** Elements to display inside tile */
25-
children?: React.ReactNode;
25+
children: React.ReactNode;
2626
/** Adjust spacing between elements */
2727
gap?: Gap;
2828
/** Adjust number of columns */

0 commit comments

Comments
 (0)