Skip to content

Commit 5e03be8

Browse files
authored
Merge pull request #41 from MozillaSecurity/order-reports-by-time
Order user reports by reported_at only, ignore the length for now.
2 parents bde88b4 + 86b7068 commit 5e03be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/frontend/src/components/Buckets

server/frontend/src/components/Buckets/View.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default {
188188
this.fetch();
189189
},
190190
data: function () {
191-
const defaultSortKeys = ["-comments__length", "-reported_at"];
191+
const defaultSortKeys = ["-reported_at"];
192192
return {
193193
currentEntries: "?",
194194
currentPage: 1,

0 commit comments

Comments
 (0)