Table: Fix sort-change behaviour when sort condition is null (#15010) (#15012)

pull/15552/head
Joel Rocha 2019-05-08 07:13:31 -03:00 committed by hetech
parent b240f0e670
commit 6da04982a6
1 changed files with 0 additions and 2 deletions

View File

@ -502,8 +502,6 @@ export default {
if (!order) {
sortOrder = column.order = null;
states.sortingColumn = null;
sortProp = null;
} else {
sortOrder = column.order = order;
}