Browse Source

Merge pull request #22772 from abpframework/auto-merge/rel-9-2/3692

Merge branch dev with rel-9.2
pull/22776/head
maliming 10 months ago
committed by GitHub
parent
commit
0f95343745
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/DefaultThemeManager.cs

2
framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/DefaultThemeManager.cs

@ -29,6 +29,6 @@ public class DefaultThemeManager : IThemeManager, IScopedDependency, IServicePro
}
_currentTheme = (ITheme)ServiceProvider.GetRequiredService(ThemeSelector.GetCurrentThemeInfo().ThemeType);
return CurrentTheme;
return _currentTheme;
}
}

Loading…
Cancel
Save