mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed handling of orgId
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user