Be safe when checking for InfluxDB
This commit is contained in:
parent
759e65646a
commit
54fda500f8
|
|
@ -18,7 +18,7 @@ export function getAnnotationMessage(
|
|||
|
||||
const screenshotsEnabledForDatasource =
|
||||
options.graphite.annotationScreenshot ||
|
||||
options.influxdb.annotationScreenshot ||
|
||||
(options.influxdb && options.influxdb.annotationScreenshot) ||
|
||||
options.grafana.annotationScreenshot;
|
||||
const harPath =
|
||||
absolutePagePath +
|
||||
|
|
|
|||
Loading…
Reference in New Issue