Skip to content

Commit a41eb25

Browse files
authored
fix: Table incorrectly sorting first page of results when sorted (#3867)
1 parent cdb7eae commit a41eb25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/RepoPage/FailedTestsTab/FailedTestsPage/FailedTestsTable/FailedTestsTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
createColumnHelper,
44
flexRender,
55
getCoreRowModel,
6-
getSortedRowModel,
76
SortingState,
87
useReactTable,
98
} from '@tanstack/react-table'
@@ -288,7 +287,6 @@ const FailedTestsTable = () => {
288287
},
289288
onSortingChange: setSorting,
290289
getCoreRowModel: getCoreRowModel(),
291-
getSortedRowModel: getSortedRowModel(),
292290
})
293291

294292
useEffect(() => {

0 commit comments

Comments
 (0)