Browse Source

ref(alerts): Disable Threshold Type when form disabled (#30383)

Evan Purkhiser 3 years ago
parent
commit
a09e9d4069
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/alerts/incidentRules/ruleConditionsForm.tsx

+ 1 - 0
static/app/views/alerts/incidentRules/ruleConditionsForm.tsx

@@ -354,6 +354,7 @@ class RuleConditionsForm extends React.PureComponent<Props, State> {
             <FormRow>
               <RadioGroup
                 style={{flex: 1}}
+                disabled={disabled}
                 choices={[
                   [AlertRuleComparisonType.COUNT, 'Count'],
                   [AlertRuleComparisonType.CHANGE, 'Percent Change'],