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 4d55e52 commit a9accc5Copy full SHA for a9accc5
src/containers/Tenant/Diagnostics/TopQueries/columns/columns.tsx
@@ -117,7 +117,7 @@ const applicationColumn: Column<KeyValueRow> = {
117
name: TOP_QUERIES_COLUMNS_IDS.ApplicationName,
118
header: TOP_QUERIES_COLUMNS_TITLES.ApplicationName,
119
render: ({row}) => <div className={b('user-sid')}>{row.ApplicationName || '–'}</div>,
120
- sortable: false,
+ sortable: true,
121
};
122
123
export function getTopQueriesColumns() {
0 commit comments