Fixed handling of orgId

This commit is contained in:
Torkel Ödegaard
2019-02-04 15:02:35 +01:00
parent 7634e04231
commit f695975f65
5 changed files with 10 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ export class DashboardSrv {
/** @ngInject */
constructor(private backendSrv, private $rootScope, private $location) {
appEvents.on('save-dashboard', this.saveDashboard.bind(this), $rootScope);
appEvents.on('save-dashboard', this.saveDashboard.bind(this), $rootScope);
}
create(dashboard, meta) {