We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f33fb commit f769e47Copy full SHA for f769e47
src/containers/Tenant/Diagnostics/TopQueries/utils.ts
@@ -17,6 +17,7 @@ function useQueriesSort(initialSortColumn: string) {
17
initialSortColumn: initialSortColumn,
18
initialSortOrder: -1,
19
multiple: true,
20
+ fixedOrderType: -1,
21
});
22
23
const backendSort = React.useMemo(
0 commit comments