Skip to content

Commit 912b4dc

Browse files
committed
Reactivated location table sorting by udated date
1 parent 80bd43f commit 912b4dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/configs/tableConfigs/recordingsTableConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export const recordingsTableConfig: TableConfig = {
2727
},
2828
{
2929
template: "RecordingsUpdateCell",
30-
name: "update",
30+
name: "updated",
3131
label: "RECORDINGS.RECORDINGS.TABLE.UPDATED",
32-
sortable: false,
32+
sortable: true,
3333
},
3434
{
3535
template: "RecordingsActionCell",

0 commit comments

Comments
 (0)