Skip to content

Commit 0f4a8d4

Browse files
authored
Merge pull request #360 from fhlavac/fix-skeleton
Fix skeleton table prop name
2 parents 163736b + fb78b36 commit 0f4a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/SkeletonTable/SkeletonTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface SkeletonTableProps extends Omit<TableProps, 'ref'>, Omit<Skelet
1616
/** Flag indicating if the table should have borders */
1717
borders?: boolean;
1818
/** The number of rows the skeleton table should contain */
19-
numberOfRows?: number;
19+
rowsCount?: number;
2020
/** Any captions that should be added to the table */
2121
caption?: React.ReactNode;
2222
/** Custom OUIA ID */

0 commit comments

Comments
 (0)