Skip to content

Commit 80bd43f

Browse files
committed
Sorting capture devices by last-updated-timestamp isn't possible
Let's disable the sorting table by this column.
1 parent 458a674 commit 80bd43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configs/tableConfigs/recordingsTableConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const recordingsTableConfig: TableConfig = {
2929
template: "RecordingsUpdateCell",
3030
name: "update",
3131
label: "RECORDINGS.RECORDINGS.TABLE.UPDATED",
32-
sortable: true,
32+
sortable: false,
3333
},
3434
{
3535
template: "RecordingsActionCell",

0 commit comments

Comments
 (0)