Skip to content

Commit

Permalink
Fix remaining reference to ALERT_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Aug 27, 2021
1 parent a9eaeb0 commit 15e01d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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 15e01d7

Please sign in to comment.