Skip to content

Commit fc66fbe

Browse files
authored
fix: table in queries sorts by string values after backend sort (#2183)
1 parent f77f933 commit fc66fbe

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
export const TOP_QUERIES_TABLE_SETTINGS: Settings = {
1616
...QUERY_TABLE_SETTINGS,
1717
disableSortReset: true,
18+
externalSort: true,
1819
};
1920

2021
export function useTopQueriesSort() {

0 commit comments

Comments
 (0)