Skip to content

Commit 1a6534c

Browse files
committed
Fix
1 parent 00a6a3a commit 1a6534c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/alerting/unified/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export enum Annotation {
1919
alertId = '__alertId__',
2020
dashboardUID = '__dashboardUid__',
2121
panelID = '__panelId__',
22-
logzioRCA = '__logzioRCA__', // LOGZ.IO GRAFANA CHANGE :: DEV-48578 - rca checkbox
22+
logzioRCA = '__logzioAlertRCA__', // LOGZ.IO GRAFANA CHANGE :: DEV-48578 - rca checkbox
2323
}
2424

2525
export const annotationLabels: Record<Annotation, string> = {

0 commit comments

Comments
 (0)