From dd3ae5a9d01a4a888fd560c3dddc90b28b2257a3 Mon Sep 17 00:00:00 2001 From: Samson Akol Date: Tue, 3 Dec 2024 14:45:36 +0300 Subject: [PATCH] Fixes sorting order of trash items --- .../frontend/channelEdit/views/trash/TrashModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/trash/TrashModal.vue b/contentcuration/contentcuration/frontend/channelEdit/views/trash/TrashModal.vue index a1098542b8..e1ba3e3625 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/trash/TrashModal.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/trash/TrashModal.vue @@ -201,7 +201,7 @@ ]; }, items() { - return sortBy(this.getContentNodeChildren(this.trashId), 'modified').reverse(); + return sortBy(this.getContentNodeChildren(this.trashId), 'modified'); }, backLink() { return {