diff --git a/grafana-plugin/src/containers/AlertRules/AlertRules.tsx b/grafana-plugin/src/containers/AlertRules/AlertRules.tsx index ac92a069..d0eaa920 100644 --- a/grafana-plugin/src/containers/AlertRules/AlertRules.tsx +++ b/grafana-plugin/src/containers/AlertRules/AlertRules.tsx @@ -664,20 +664,22 @@ class AlertRules extends React.Component { /> )} - - { - event.stopPropagation(); - this.setState({ - channelFilterToEdit: channelFilter, - }); - }} - tooltip="Edit" - tooltipPlacement="top" - /> - + {!channelFilter.is_default && ( + + { + event.stopPropagation(); + this.setState({ + channelFilterToEdit: channelFilter, + }); + }} + tooltip="Edit" + tooltipPlacement="top" + /> + + )}