Skip to content

Commit

Permalink
fix(Table): fix ThExpandType label type (#8634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Feb 8, 2023
1 parent 8487692 commit 43d47f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-table/src/components/Table/base/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export interface ThExpandType {
/** Whether all are expanded */
areAllExpanded: boolean;
/** Alternative aria label */
collapseAllAriaLabel: '';
collapseAllAriaLabel: string;
}

// Rows Types
Expand Down

0 comments on commit 43d47f3

Please sign in to comment.