Skip to content

Commit

Permalink
Fix collection list stories
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Jul 7, 2023
1 parent f984d6c commit 7dd3241
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const props: CollectionListPageProps = {
...pageListProps.default,
...filterPageProps,
...sortPageProps,
settings: {
...pageListProps.default.settings,
columns: ["name", "productCount", "availability"],
},
sort: {
...sortPageProps.sort,
sort: CollectionListUrlSortField.name,
Expand Down

0 comments on commit 7dd3241

Please sign in to comment.