Skip to content

Commit dafb83a

Browse files
authored
fix: skip sorting by filename (#1171)
1 parent 8c4dcc5 commit dafb83a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/src/pages/captures/capture-columns.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const columns: (projectId: string) => TableColumn<Capture>[] = (
137137
{
138138
id: 'filename',
139139
name: translate(STRING.FIELD_LABEL_FILENAME),
140-
sortField: 'path',
141140
renderCell: (item: Capture) => <BasicTableCell value={item.filename} />,
142141
},
143142
{

0 commit comments

Comments
 (0)