feat: ds edit fix

This commit is contained in:
Torkel Ödegaard 2018-01-18 17:43:41 +01:00
parent ccde8d9e2f
commit dc3e943a4e

View File

@ -38,7 +38,6 @@ export class DataSourceEditCtrl {
navModelSrv navModelSrv
) { ) {
this.navModel = navModelSrv.getNav('cfg', 'datasources', 0); this.navModel = navModelSrv.getNav('cfg', 'datasources', 0);
this.navModel = thi;
this.datasources = []; this.datasources = [];
this.loadDatasourceTypes().then(() => { this.loadDatasourceTypes().then(() => {