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 a447906 commit 4d55e52Copy full SHA for 4d55e52
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: true,
+ sortable: false,
121
};
122
123
export function getTopQueriesColumns() {
0 commit comments