Skip to content

Commit

Permalink
Merge branch '2.1' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2023
2 parents 68b3ce4 + 709e525 commit b4d4cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GraphQL/Resolvers/FolderTypeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static function sortChildren(array $context): Closure
$field,
File::class
);
$dataQuery->sort($field, $dir, false);
$dataQuery->sort($normalised, $dir, false);
}

// respect default_sort
Expand Down

0 comments on commit b4d4cb5

Please sign in to comment.