Skip to content

Commit

Permalink
[Security Solution] Fix another reference to ALERT_STATUS (#110376)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Aug 27, 2021
1 parent e64a036 commit 6d7998e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const buildAlertStatusesFilterRuleRegistry = (statuses: Status[]): Filter
bool: {
should: statuses.map((status) => ({
term: {
[ALERT_STATUS]: status,
[ALERT_WORKFLOW_STATUS]: status,
},
})),
},
Expand Down

0 comments on commit 6d7998e

Please sign in to comment.