Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
fix: removed sort by expression functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
palka013 committed May 6, 2020
1 parent ddd0122 commit 7beb2a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ const definition = {
}
},
sorting: {
uses: "sorting"
uses: "sorting",
items: {
dimensions: {
items: {
dimension: {
sortingItems: {
expression: null,
},
},
},
},
},
},
addons: {
uses: "addons",
Expand Down

0 comments on commit 7beb2a1

Please sign in to comment.