Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Dec 20, 2020
1 parent 64781a8 commit 8eb8404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const signalRulesAlertType = ({

const esFilter = await getFilter({
type,
filters: filters?.concat(bucketFilters),
filters: filters ? filters.concat(bucketFilters) : bucketFilters,
language,
query,
savedId,
Expand Down

0 comments on commit 8eb8404

Please sign in to comment.