Skip to content

Commit

Permalink
Fix #3014: TreeTable sortMeta corrected (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jun 30, 2022
1 parent 306c3f2 commit 23c5026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/treetable/TreeTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type TreeTableExpandedKeysType = {
}

interface TreeTableSortMeta {
sortField: string;
sortOrder: TreeTableSortOrderType;
field: string;
order: TreeTableSortOrderType;
}

interface TreeTableFilterMetaData {
Expand Down

0 comments on commit 23c5026

Please sign in to comment.