Commit 3cdf0af3 by Alexander Zobnin Committed by Torkel Ödegaard

fix broken 'd r' shortcut (refresh dashboard) (#10199)

parent fa29ff0d
......@@ -189,7 +189,7 @@ export class KeybindingSrv {
});
this.bind('d r', () => {
scope.broadcastRefresh();
scope.ctrl.timeSrv.refreshDashboard();
});
this.bind('d s', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment