Commit 6da04982 authored by Joel Rocha's avatar Joel Rocha Committed by hetech

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

parent b240f0e6
......@@ -502,8 +502,6 @@ export default {
if (!order) {
sortOrder = column.order = null;
states.sortingColumn = null;
sortProp = null;
} else {
sortOrder = column.order = order;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment