|
@@ -60,7 +60,7 @@ export default class DetailsBody extends React.Component<Props> {
|
|
|
const discoverQuery: NewQuery = {
|
|
|
id: undefined,
|
|
|
name: (incident && incident.title) || '',
|
|
|
- fields: ['issue', 'title', 'count(id)', 'count_unique(user.id)'],
|
|
|
+ fields: ['issue', 'count(id)', 'count_unique(user.id)'],
|
|
|
orderby:
|
|
|
incident.alertRule.aggregation === AlertRuleAggregations.UNIQUE_USERS
|
|
|
? '-count_unique_user_id'
|