tests: fix React import error

This commit is contained in:
Alexander Zobnin
2019-01-17 10:27:48 +03:00
parent 6e579e318c
commit 056be6a7f2
6 changed files with 140 additions and 121 deletions

View File

@@ -109,7 +109,6 @@ export class TriggerPanelCtrl extends PanelCtrl {
this.panel.datasources.push(this.available_datasources[0]);
}
if (this.isEmptyTargets()) {
console.log("isEmptyTargets");
this.panel.targets[this.panel.datasources[0]] = DEFAULT_TARGET;
}