Skip to content

Commit ff868ed

Browse files
authored
Merge pull request #796 from plotly/sort-src-fix
Do not add groups and groupssrc to sort transform
2 parents 0e14a61 + c74e7e7 commit ff868ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)