Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Jun 23, 2023
1 parent 9e46c8e commit 6485492
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export class CatalogPageState implements OnDestroy {
}))
.filter((it) => it.selectedIds.length),
},
sorting: state.activeSorting?.sorting,
pageOneBased: state.pageZeroBased + 1,
};
return query;
Expand Down

0 comments on commit 6485492

Please sign in to comment.