Skip to content

Commit a9accc5

Browse files
author
Anton Standrik
committed
fix: Hit there!
1 parent 4d55e52 commit a9accc5

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: false,
120+
sortable: true,
121121
};
122122

123123
export function getTopQueriesColumns() {

0 commit comments

Comments
 (0)