Torkel Ödegaard пре 7 година
родитељ
комит
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() {
   hasAccessToExplore() {
     return (this.isEditor || config.viewersCanEdit) && config.exploreEnabled;
     return (this.isEditor || config.viewersCanEdit) && config.exploreEnabled;
   }
   }
-  
+
   getTheme(): ThemeName {
   getTheme(): ThemeName {
     return this.user.lightTheme ? ThemeNames.Light : ThemeNames.Dark;
     return this.user.lightTheme ? ThemeNames.Light : ThemeNames.Dark;
   }
   }