mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(testdata): fixed test data source build issue
This commit is contained in:
1
public/app/plugins/app/testdata/module.ts
vendored
1
public/app/plugins/app/testdata/module.ts
vendored
@@ -5,6 +5,7 @@ export class ConfigCtrl {
|
|||||||
|
|
||||||
appEditCtrl: any;
|
appEditCtrl: any;
|
||||||
|
|
||||||
|
/** @ngInject **/
|
||||||
constructor(private backendSrv) {
|
constructor(private backendSrv) {
|
||||||
this.appEditCtrl.setPreUpdateHook(this.initDatasource.bind(this));
|
this.appEditCtrl.setPreUpdateHook(this.initDatasource.bind(this));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user