Alerting: Fix wrong conditional showing errors all the time (#104297)
fix wrong conditional showing errors all the timne
This commit is contained in:
@@ -49,7 +49,7 @@ export function RuleListErrors(): ReactElement {
|
||||
</>
|
||||
);
|
||||
}
|
||||
if (true) {
|
||||
if (grafanaRulerError) {
|
||||
result.push(
|
||||
<>
|
||||
<Trans i18nKey="alerting.rule-list-errors.failed-to-load-grafana-rules-config">
|
||||
|
||||
Reference in New Issue
Block a user