mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
fix(testdata): fixed test data source build issue
This commit is contained in:
parent
63f6e86e46
commit
813232315e
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;
|
||||
|
||||
/** @ngInject **/
|
||||
constructor(private backendSrv) {
|
||||
this.appEditCtrl.setPreUpdateHook(this.initDatasource.bind(this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user