diff --git a/public/app/features/alerting/unified/RuleViewer.tsx b/public/app/features/alerting/unified/RuleViewer.tsx index 3a57a2088ee..9d3112a67be 100644 --- a/public/app/features/alerting/unified/RuleViewer.tsx +++ b/public/app/features/alerting/unified/RuleViewer.tsx @@ -74,7 +74,12 @@ const RuleViewerV2Wrapper = (props: RuleViewerProps) => { ); } - return null; + // if we get here assume we can't find the rule + return ( + + + + ); }; interface ErrorMessageProps {