Skip to content

Commit

Permalink
Change product list sorting to DESC 'last updated' (#4858)
Browse files Browse the repository at this point in the history
* change product list sort to last updated desc

* changesets
  • Loading branch information
Cloud11PL authored and karola312 committed May 23, 2024
1 parent d679949 commit da5e4d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-pandas-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Product list view will now sort by last updated product in descending order by default.
2 changes: 2 additions & 0 deletions src/products/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const ProductList: React.FC<RouteComponentProps<any>> = ({ location }) => {
productKind: qs.productKind,
},
ProductListUrlSortField,
ProductListUrlSortField.date,
false,
);

return (
Expand Down

0 comments on commit da5e4d9

Please sign in to comment.