Browse Source

fix(workflow): Allow clear environment for Alert Rule editor (#16784)

Billy Vong 5 years ago
parent
commit
c804875e4e

+ 1 - 0
src/sentry/static/sentry/app/views/settings/incidentRules/ruleConditionsForm.tsx

@@ -100,6 +100,7 @@ class RuleConditionsForm extends React.PureComponent<Props, State> {
                 : []
             }
             disabled={this.state.environments === null}
+            isClearable
           />
           <FormField
             name="query"