Skip to content

Commit a498be6

Browse files
committed
Merge branch 'disable-location-sorting-by-last-updated' of wsmirnow/opencast-admin-interface into main
Pull request #1240 Fixes #1209 Sorting capture devices by last-updated-timestamp isn't possible
2 parents a7d6e8b + 5d33ad2 commit a498be6

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
@@ -27,7 +27,7 @@ export const recordingsTableConfig: TableConfig = {
2727
},
2828
{
2929
template: "RecordingsUpdateCell",
30-
name: "update",
30+
name: "updated",
3131
label: "RECORDINGS.RECORDINGS.TABLE.UPDATED",
3232
sortable: true,
3333
},

0 commit comments

Comments
 (0)