diff --git a/static/app/views/alerts/rules/metric/ruleConditionsForm.tsx b/static/app/views/alerts/rules/metric/ruleConditionsForm.tsx index 53f7777f8f4f14..885f104a033bec 100644 --- a/static/app/views/alerts/rules/metric/ruleConditionsForm.tsx +++ b/static/app/views/alerts/rules/metric/ruleConditionsForm.tsx @@ -268,6 +268,7 @@ class RuleConditionsForm extends PureComponent { if (this.props.comparisonType === AlertRuleComparisonType.DYNAMIC) { options = pick(TIME_WINDOW_MAP, [ + TimeWindow.FIVE_MINUTES, TimeWindow.FIFTEEN_MINUTES, TimeWindow.THIRTY_MINUTES, TimeWindow.ONE_HOUR,