creating escalation chain from integration fix (#1733)
# What this PR does It was a bug https://raintank-corp.slack.com/archives/C0415S5L76Y/p1681287849538729
This commit is contained in:
parent
f61af74411
commit
62a0961b81
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ class AlertRules extends React.Component<AlertRulesProps, AlertRulesState> {
|
|||
)}
|
||||
{channelFilterIdToCopyEscalationChain && (
|
||||
<EscalationChainForm
|
||||
mode={EscalationChainFormMode.Copy}
|
||||
mode={escalationChainIdToCopy ? EscalationChainFormMode.Copy : EscalationChainFormMode.Create}
|
||||
escalationChainId={escalationChainIdToCopy}
|
||||
onHide={() => {
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue