Chore: Avoid NPE with annotations query (#82216)

This commit is contained in:
Ryan McKinley 2024-02-09 08:48:11 -08:00 committed by GitHub
parent 1f208cd8ae
commit f60b5ecec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ export class GrafanaDatasource extends DataSourceWithBackend<GrafanaQuery> {
if (target.type === GrafanaAnnotationType.Dashboard) {
// if no dashboard id yet return
if (!options.dashboard.uid) {
if (!options.dashboard?.uid) {
return Promise.resolve({ data: [] });
}
// filter by dashboard id