Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Sep 19, 2024
1 parent ae340dd commit 365d46c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ const GlossaryTermTab = ({
<DndProvider backend={HTML5Backend}>
<Table
bordered
isTableDraggable
resizableColumns
className={classNames('drop-over-background', {
'drop-over-table': isTableHovered,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Loader from '../Loader/Loader';

interface TableComponentProps<T> extends TableProps<T> {
resizableColumns?: boolean;
isTableDraggable?: boolean;
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
Expand Down

0 comments on commit 365d46c

Please sign in to comment.