Skip to content

Commit

Permalink
Remove unused EuiTableHeaderButton component (#7621)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 1, 2024
1 parent 49d13e4 commit 24fbc6a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 88 deletions.
3 changes: 3 additions & 0 deletions changelogs/upcoming/7621.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Breaking changes**

- Removed unused `EuiTableHeaderButton` component

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export type { EuiTableFooterCellProps } from './table_footer_cell';
export { EuiTableFooterCell } from './table_footer_cell';
export type { EuiTableHeaderProps } from './table_header';
export { EuiTableHeader } from './table_header';
export type { EuiTableHeaderButtonProps } from './table_header_button';
export { EuiTableHeaderButton } from './table_header_button';
export type { EuiTableHeaderCellProps } from './table_header_cell';
export { EuiTableHeaderCell } from './table_header_cell';
export type { EuiTableHeaderCellCheckboxProps } from './table_header_cell_checkbox';
Expand Down
21 changes: 0 additions & 21 deletions src/components/table/table_header_button.test.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions src/components/table/table_header_button.tsx

This file was deleted.

0 comments on commit 24fbc6a

Please sign in to comment.