Fix annotations message for InfluxDB (#4469)
This commit is contained in:
parent
9766200b1b
commit
2f9c23dfe1
|
|
@ -28,7 +28,7 @@ export function getAnnotationMessage(
|
|||
|
||||
const extraMessage =
|
||||
options.graphite.annotationMessage ||
|
||||
options.influxdb.annotationMessage ||
|
||||
(options.influxdb && options.influxdb.annotationMessage) ||
|
||||
options.grafana.annotationMessage ||
|
||||
undefined;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue