Skip to content

Commit

Permalink
Merge pull request #47 from ecss-soton/consistent-collection-archive
Browse files Browse the repository at this point in the history
minor bug fix
  • Loading branch information
casperUoS authored Sep 2, 2024
2 parents 3550618 + 78d2ce6 commit 0ecf435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/CollectionArchive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const CollectionArchive: React.FC<Props> = props => {
depth: 1,
limit,
page,
sort,
sort: 'level',
where: {
...(categories
? {
Expand Down

0 comments on commit 0ecf435

Please sign in to comment.