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 authored and ziyoung committed May 8, 2019
1 parent b240f0e commit 6da0498
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 @@ -502,8 +502,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 6da0498

Please sign in to comment.