Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix default filter query when creating detector (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored Jun 30, 2020
1 parent 8052976 commit fe0b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/createDetector/containers/utils/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const INITIAL_VALUES: ADFormikValues = {
filters: [],
index: [],
filterType: FILTER_TYPES.SIMPLE,
filterQuery: JSON.stringify({ query: { bool: { filter: [] } } }, null, 4),
filterQuery: JSON.stringify({ bool: { filter: [] } }, null, 4),
detectionInterval: 10,
windowDelay: 1,
};
Expand Down

0 comments on commit fe0b911

Please sign in to comment.