diff --git a/public/app/core/services/keybindingSrv.ts b/public/app/core/services/keybindingSrv.ts index 362b20fc307..e07c0c7ebee 100644 --- a/public/app/core/services/keybindingSrv.ts +++ b/public/app/core/services/keybindingSrv.ts @@ -189,7 +189,7 @@ export class KeybindingSrv { }); this.bind('d r', () => { - scope.broadcastRefresh(); + scope.ctrl.timeSrv.refreshDashboard(); }); this.bind('d s', () => {