We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb7eae commit a41eb25Copy full SHA for a41eb25
src/pages/RepoPage/FailedTestsTab/FailedTestsPage/FailedTestsTable/FailedTestsTable.tsx
@@ -3,7 +3,6 @@ import {
3
createColumnHelper,
4
flexRender,
5
getCoreRowModel,
6
- getSortedRowModel,
7
SortingState,
8
useReactTable,
9
} from '@tanstack/react-table'
@@ -288,7 +287,6 @@ const FailedTestsTable = () => {
288
287
},
289
onSortingChange: setSorting,
290
getCoreRowModel: getCoreRowModel(),
291
- getSortedRowModel: getSortedRowModel(),
292
})
293
294
useEffect(() => {
0 commit comments