Skip to content

Commit

Permalink
Fixed filter order by column option
Browse files Browse the repository at this point in the history
  • Loading branch information
UtechtDustin committed Oct 1, 2023
1 parent 7160216 commit cee25c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/filter-control/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export function initFilterSelectControls (that) {
}

if (that.options.sortSelectOptions) {
sortSelectControl(selectControl, 'asc', that.options)
sortSelectControl(selectControl, column.filterOrderBy, that.options)
}
}
})
Expand Down

0 comments on commit cee25c2

Please sign in to comment.