mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
use the original options parameter
This commit is contained in:
parent
aafd04f005
commit
26e62b4d06
@ -85,7 +85,7 @@ export default class InfluxDatasource {
|
||||
// replace templated variables
|
||||
allQueries = this.templateSrv.replace(allQueries, scopedVars);
|
||||
|
||||
return this._seriesQuery(allQueries, targets[0]).then((data): any => {
|
||||
return this._seriesQuery(allQueries, options).then((data): any => {
|
||||
if (!data || !data.results) {
|
||||
return [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user