We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4dcc5 commit dafb83aCopy full SHA for dafb83a
1 file changed
ui/src/pages/captures/capture-columns.tsx
@@ -137,7 +137,6 @@ export const columns: (projectId: string) => TableColumn<Capture>[] = (
137
{
138
id: 'filename',
139
name: translate(STRING.FIELD_LABEL_FILENAME),
140
- sortField: 'path',
141
renderCell: (item: Capture) => <BasicTableCell value={item.filename} />,
142
},
143
0 commit comments