Alerting: Use uid instead of id in AnnotationsStateHistory (#101207)
Use uid instead of id in AnnotationsStateHistory
This commit is contained in:
@@ -61,7 +61,7 @@ function useStateHistoryModal() {
|
||||
<Suspense fallback={'Loading...'}>
|
||||
{implementation === StateHistoryImplementation.Loki && <LokiStateHistory ruleUID={rule.grafana_alert.uid} />}
|
||||
{implementation === StateHistoryImplementation.Annotations && (
|
||||
<AnnotationsStateHistory ruleUID={rule.grafana_alert.id ?? ''} />
|
||||
<AnnotationsStateHistory ruleUID={rule.grafana_alert.uid ?? ''} />
|
||||
)}
|
||||
</Suspense>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user