Skip to content

Commit

Permalink
fix(event-explorer): do not sort by persons (#19840)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra authored Jan 18, 2024
1 parent e86acf7 commit 4d7b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/nodes/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export function DataTable({
}}
/>
<LemonDivider />
{canSort && key !== 'person.$delete' ? (
{canSort && key !== 'person.$delete' && key !== 'person' ? (
<>
<LemonButton
fullWidth
Expand Down

0 comments on commit 4d7b220

Please sign in to comment.