Skip to content

Commit c74e7e7

Browse files
committed
Do not add groups and groupssrc to sort transform
1 parent 0e14a61 commit c74e7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/containers/TransformAccordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TransformAccordion extends Component {
7979
if (type === 'filter') {
8080
payload.target = [];
8181
payload.targetsrc = null;
82-
} else {
82+
} else if (type !== 'sort') {
8383
payload.groupssrc = null;
8484
payload.groups = null;
8585
}

0 commit comments

Comments
 (0)