Skip to content

Commit 4d55e52

Browse files
committed
fix: Hello its me
1 parent a447906 commit 4d55e52

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TopQueries/columns/columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const applicationColumn: Column<KeyValueRow> = {
117117
name: TOP_QUERIES_COLUMNS_IDS.ApplicationName,
118118
header: TOP_QUERIES_COLUMNS_TITLES.ApplicationName,
119119
render: ({row}) => <div className={b('user-sid')}>{row.ApplicationName || '–'}</div>,
120-
sortable: true,
120+
sortable: false,
121121
};
122122

123123
export function getTopQueriesColumns() {

0 commit comments

Comments
 (0)