Skip to content

Commit

Permalink
Table: Fix sort-change behaviour when sort condition is null (#15010)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelxr committed Apr 8, 2019
1 parent 5a895bd commit 2b0bfe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/table/src/table-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ export default {

if (!order) {
sortOrder = column.order = null;
states.sortingColumn = null;
sortProp = null;
} else {
sortOrder = column.order = order;
}
Expand Down

0 comments on commit 2b0bfe5

Please sign in to comment.