From cca2d0d960be1fe65bc454d8a648c09526b6f7a4 Mon Sep 17 00:00:00 2001 From: Rares Mardare Date: Mon, 3 Jun 2024 15:46:17 +0300 Subject: [PATCH] Allow user unset the escalation chain on the integration (#4436) # What this PR does - Allow user unset the escalation chain on the integration ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall/issues/4434 --- .../ExpandedIntegrationRouteDisplay.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/grafana-plugin/src/containers/IntegrationContainers/ExpandedIntegrationRouteDisplay/ExpandedIntegrationRouteDisplay.tsx b/grafana-plugin/src/containers/IntegrationContainers/ExpandedIntegrationRouteDisplay/ExpandedIntegrationRouteDisplay.tsx index a71a7cc6..f4caea56 100644 --- a/grafana-plugin/src/containers/IntegrationContainers/ExpandedIntegrationRouteDisplay/ExpandedIntegrationRouteDisplay.tsx +++ b/grafana-plugin/src/containers/IntegrationContainers/ExpandedIntegrationRouteDisplay/ExpandedIntegrationRouteDisplay.tsx @@ -218,6 +218,7 @@ export const ExpandedIntegrationRouteDisplay: React.FC