Skip to content

Commit

Permalink
Merge pull request #227 from yazhouio/fix/table-2
Browse files Browse the repository at this point in the history
fix: Fix table error
  • Loading branch information
yazhouio authored May 27, 2024
2 parents bdb9f86 + 5c8b69c commit 55f7c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-eagles-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kubed/components': patch
---

Fix table error
2 changes: 1 addition & 1 deletion packages/components/src/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export { BaseTable, DataTable };

export interface TableProps<T> {
/** react table instance */
table: DataTable.TableInstance<T>;
table: DataTable.Table<T>;

/** class name */
className?: string;
Expand Down

0 comments on commit 55f7c04

Please sign in to comment.