From 99aff9f09659418ba5245032397355e485eb76c3 Mon Sep 17 00:00:00 2001 From: Yulia Shanyrova Date: Wed, 22 Jun 2022 14:09:52 +0200 Subject: [PATCH] fix to not close the collapse component --- grafana-plugin/src/containers/AlertRules/AlertRules.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/src/containers/AlertRules/AlertRules.tsx b/grafana-plugin/src/containers/AlertRules/AlertRules.tsx index 512f1d9c..36b6fe52 100644 --- a/grafana-plugin/src/containers/AlertRules/AlertRules.tsx +++ b/grafana-plugin/src/containers/AlertRules/AlertRules.tsx @@ -726,7 +726,7 @@ class AlertRules extends React.Component { /> -
{this.renderChannelFilterButtons(channelFilterId, index)}
+
e.stopPropagation()}>{this.renderChannelFilterButtons(channelFilterId, index)}
); };