mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
QueryRunners: Bind the query function where it is passed on (#73399)
This commit is contained in:
@ -22,7 +22,6 @@ export class VariableSupport extends CustomVariableSupport<DataSource, AzureMoni
|
||||
constructor(private readonly datasource: DataSource) {
|
||||
super();
|
||||
this.datasource = datasource;
|
||||
this.query = this.query.bind(this);
|
||||
this.templateSrv = getTemplateSrv();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user