Be safe when checking for InfluxDB

This commit is contained in:
Peter Hedenskog 2025-03-19 21:12:00 +01:00
parent 759e65646a
commit 54fda500f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 +