Skip to content

Commit

Permalink
Use MENU_ORDER for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexookah committed Aug 19, 2024
1 parent 5a4082a commit eda14a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woonuxt_base/app/queries/getProduct.gql
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ query getProduct($slug: ID!) {
scope
... on GlobalProductAttribute {
slug
terms(where: {orderby: TERM_ORDER, order: ASC}) {
terms(where: {orderby: MENU_ORDER, order: ASC}) {
nodes {
name
slug
Expand Down

0 comments on commit eda14a7

Please sign in to comment.