Skip to content

Commit

Permalink
Allow grouping by instance in Activity Tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Sep 13, 2024
1 parent 7ee5399 commit 91c2345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/columns/Tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ export const instance: ColumnSpec = {
field: {
name: 'instance',
type: 'string',
displayName: 'Instance'
isDimension: true,
aggregator: 'UNIQUE'
},
width: 100
};
Expand Down

0 comments on commit 91c2345

Please sign in to comment.