From a7423d8760af5feed20696394c59f5242fefce9a Mon Sep 17 00:00:00 2001 From: Peter Holmberg Date: Mon, 24 Jan 2022 16:16:55 +0100 Subject: [PATCH] Alerting: Fix Card link in legacy alerting items (#44094) * remove href * revert yarn.lock --- public/app/features/alerting/AlertRuleItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/AlertRuleItem.tsx b/public/app/features/alerting/AlertRuleItem.tsx index 36d72ac579a..53468797393 100644 --- a/public/app/features/alerting/AlertRuleItem.tsx +++ b/public/app/features/alerting/AlertRuleItem.tsx @@ -25,7 +25,7 @@ const AlertRuleItem = ({ rule, search, onTogglePause }: Props) => { ); return ( - + {renderText(rule.name)}