Skip to content

Commit 6162468

Browse files
committed
fix: rm unused
1 parent 6fcb982 commit 6162468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/QueryResultTable/utils/getColumnWidth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type {KeyValueRow} from '../../../types/api/query';
22

33
export const MAX_COLUMN_WIDTH = 600;
4-
export const PADDING_WITH_SORT_ICON = 55;
54
export const HEADER_PADDING = 20;
65

76
export const getColumnWidth = ({data, name}: {data?: KeyValueRow[]; name: string}) => {

0 commit comments

Comments
 (0)