We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e14a61 + c74e7e7 commit ff868edCopy full SHA for ff868ed
src/components/containers/TransformAccordion.js
@@ -79,7 +79,7 @@ class TransformAccordion extends Component {
79
if (type === 'filter') {
80
payload.target = [];
81
payload.targetsrc = null;
82
- } else {
+ } else if (type !== 'sort') {
83
payload.groupssrc = null;
84
payload.groups = null;
85
}
0 commit comments