Skip to content

Commit

Permalink
Merge pull request #101 from wjordan/annotations
Browse files Browse the repository at this point in the history
Enable annotations query editor
  • Loading branch information
fmassot authored Mar 9, 2024
2 parents 2843709 + c666179 commit 9f7e8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasource/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class BaseQuickwitDataSource
this.logLevelField = settingsData.logLevelField || '';
this.dataLinks = settingsData.dataLinks || [];
this.languageProvider = new ElasticsearchLanguageProvider(this);
this.annotations = {};
}

query(request: DataQueryRequest<ElasticsearchQuery>): Observable<DataQueryResponse> {
Expand Down

0 comments on commit 9f7e8f0

Please sign in to comment.