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

Commit

Permalink
Merge pull request #55 from qlik-oss/DEB-282
Browse files Browse the repository at this point in the history
fix: removed sort by expression functionality
  • Loading branch information
palka013 authored May 11, 2020
2 parents ddd0122 + 7beb2a1 commit 31d97fd
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 31d97fd

Please sign in to comment.