mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix broken 'd r' shortcut (refresh dashboard) (#10199)
This commit is contained in:
parent
fa29ff0d79
commit
3cdf0af398
@ -189,7 +189,7 @@ export class KeybindingSrv {
|
||||
});
|
||||
|
||||
this.bind('d r', () => {
|
||||
scope.broadcastRefresh();
|
||||
scope.ctrl.timeSrv.refreshDashboard();
|
||||
});
|
||||
|
||||
this.bind('d s', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user