mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
annotations: mini fix to event manager
This commit is contained in:
parent
809467955a
commit
73718afb79
@ -58,7 +58,7 @@ export class EventManager {
|
||||
}
|
||||
|
||||
addFlotEvents(annotations, flotOptions) {
|
||||
if (this.event || annotations.length === 0) {
|
||||
if (!this.event || annotations.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user