mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 23:43:26 +08:00
Chore: Adds typings to lodash (#16590)
This commit is contained in:
@ -284,7 +284,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
this.lastQueryMeta = null;
|
||||
this.lastQueryError = null;
|
||||
|
||||
const anySeriesFromQuery = _.find(dataList, { refId: this.target.refId });
|
||||
const anySeriesFromQuery: any = _.find(dataList, { refId: this.target.refId });
|
||||
if (anySeriesFromQuery) {
|
||||
this.lastQueryMeta = anySeriesFromQuery.meta;
|
||||
}
|
||||
|
Reference in New Issue
Block a user