We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3bd03 commit 977624bCopy full SHA for 977624b
public/app/features/dashboard/state/initDashboard.ts
@@ -214,7 +214,7 @@ export function initDashboard(args: InitDashboardArgs): ThunkResult<void> {
214
dashboard.autoFitPanels(window.innerHeight, queryParams.kiosk);
215
}
216
217
- args.keybindingSrv.setupDashboardBindings(dashboard);
+ args.keybindingSrv?.setupDashboardBindings(dashboard);
218
} catch (err) {
219
if (err instanceof Error) {
220
dispatch(notifyApp(createErrorNotification('Dashboard init failed', err)));
0 commit comments