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:
@@ -58,7 +58,7 @@ export class EventManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addFlotEvents(annotations, flotOptions) {
|
addFlotEvents(annotations, flotOptions) {
|
||||||
if (this.event || annotations.length === 0) {
|
if (!this.event || annotations.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user