Skip to content

Commit d684bfc

Browse files
committed
resolve table issues
1 parent 33d06bf commit d684bfc

File tree

10 files changed

+299
-180
lines changed

10 files changed

+299
-180
lines changed

src/ui/layouts/common/CollapseTable/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export const CollapseTable: React.FC<TableProps & CollapseTableProps> = ({
1010
headerCols,
1111
tableRows,
1212
activeSorting,
13-
activeSortingDirection,
1413
showHeader = true,
1514
pagination = true,
1615
loading = false,
@@ -23,7 +22,6 @@ export const CollapseTable: React.FC<TableProps & CollapseTableProps> = ({
2322
// console.log('activeSorting', activeSorting);
2423
return (
2524
<Table
26-
activeSortingDirection={activeSortingDirection}
2725
activeSorting={activeSorting}
2826
headerCols={headerCols}
2927
tableRows={tableRows}

0 commit comments

Comments
 (0)