Skip to content

Commit

Permalink
fix: Do not allow removing sorting from repos table (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov authored Dec 10, 2024
1 parent 8e7be0e commit cdd2bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/ListRepo/ReposTable/ReposTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const ReposTable = ({
},
onSortingChange: setSorting,
getSortedRowModel: getSortedRowModel(),
enableSortingRemoval: false,
})

if (!isReposLoading && isEmpty(tableData)) {
Expand Down

0 comments on commit cdd2bcd

Please sign in to comment.