diff --git a/client/web/reporter/src/views/Report/List.vue b/client/web/reporter/src/views/Report/List.vue index f9d3cb726..b26a23b78 100644 --- a/client/web/reporter/src/views/Report/List.vue +++ b/client/web/reporter/src/views/Report/List.vue @@ -122,7 +122,7 @@ export default { }, sorting: { - sortBy: 'name', + sortBy: 'handle', sortDesc: false, }, }