diff options
Diffstat (limited to 'app/finders/group_descendants_finder.rb')
-rw-r--r-- | app/finders/group_descendants_finder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/group_descendants_finder.rb b/app/finders/group_descendants_finder.rb index 1f6829a97d6..18ccea330af 100644 --- a/app/finders/group_descendants_finder.rb +++ b/app/finders/group_descendants_finder.rb @@ -176,7 +176,7 @@ class GroupDescendantsFinder end def sort - params.fetch(:sort, 'created_desc') + params.fetch(:sort, 'name_asc') end # rubocop: disable CodeReuse/ActiveRecord |