Torkel Ödegaard 7 лет назад
Родитель
Сommit
721e40db90
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/core/services/context_srv.ts

+ 1 - 1
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;
   }