mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 00:16:59 +00:00
Fixes category "latest arrivals" sort
This commit is contained in:
parent
37d7522d87
commit
c369f2149f
@ -289,7 +289,7 @@ export async function getCollectionProducts({
|
|||||||
variables: {
|
variables: {
|
||||||
handle: collection,
|
handle: collection,
|
||||||
reverse,
|
reverse,
|
||||||
sortKey
|
sortKey: sortKey === 'CREATED_AT' ? 'CREATED' : sortKey
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user