Skip to content

Commit cdd2bcd

Browse files
fix: Do not allow removing sorting from repos table (#3554)
1 parent 8e7be0e commit cdd2bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/ListRepo/ReposTable/ReposTable.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ const ReposTable = ({
185185
},
186186
onSortingChange: setSorting,
187187
getSortedRowModel: getSortedRowModel(),
188+
enableSortingRemoval: false,
188189
})
189190

190191
if (!isReposLoading && isEmpty(tableData)) {

0 commit comments

Comments
 (0)