diff --git a/public/app/core/services/context_srv.ts b/public/app/core/services/context_srv.ts index c52bbdd775d..05985aae999 100644 --- a/public/app/core/services/context_srv.ts +++ b/public/app/core/services/context_srv.ts @@ -64,7 +64,7 @@ export class ContextSrv { hasAccessToExplore() { return (this.isEditor || config.viewersCanEdit) && config.exploreEnabled; } - + getTheme(): ThemeName { return this.user.lightTheme ? ThemeNames.Light : ThemeNames.Dark; }