forked from crowetic/commerce
Fixes category "latest arrivals" sort (#1108)
Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
This commit is contained in:
parent
51dab5aee5
commit
326f516138
@ -289,7 +289,7 @@ export async function getCollectionProducts({
|
||||
variables: {
|
||||
handle: collection,
|
||||
reverse,
|
||||
sortKey
|
||||
sortKey: sortKey === 'CREATED_AT' ? 'CREATED' : sortKey
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user