Skip to content

Commit f769e47

Browse files
committed
fix: fixed order
1 parent b2f33fb commit f769e47

File tree

1 file changed

+1
-0
lines changed
  • src/containers/Tenant/Diagnostics/TopQueries

1 file changed

+1
-0
lines changed

src/containers/Tenant/Diagnostics/TopQueries/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function useQueriesSort(initialSortColumn: string) {
1717
initialSortColumn: initialSortColumn,
1818
initialSortOrder: -1,
1919
multiple: true,
20+
fixedOrderType: -1,
2021
});
2122

2223
const backendSort = React.useMemo(

0 commit comments

Comments
 (0)