Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ce22ce5

Browse files
committed
Merge branch '126-better-creating-option-when-using-other-source'
2 parents 4bc3b41 + 58c14b7 commit ce22ce5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/TableHeader.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ import { useDrag, useDrop } from "react-dnd";
66
import { RowDataType } from "cdm/FolderModel";
77
import { DnDConfiguration } from "helpers/Constants";
88

9-
interface DragItem {
10-
index: number;
11-
id: string;
12-
type: string;
13-
}
14-
159
export default function TableHeader(headerProps: TableHeaderProps) {
1610
const { table, header, reorderColumn, headerIndex } = headerProps;
1711
const { view } = table.options.meta;

0 commit comments

Comments
 (0)