Merge pull request #2964 from OpenEugene/release/v4.0.0

Show all themes on page add/edit
This commit is contained in:
Shaun Walker
2023-07-13 07:52:34 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@
{
_themetype = PageState.Site.DefaultThemeType;
}
_themes = ThemeService.GetThemeControls(PageState.Site.Themes, _themetype);
_themes = ThemeService.GetThemeControls(PageState.Site.Themes);
_containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype);
_containertype = _page.DefaultContainerType;
if (string.IsNullOrEmpty(_containertype))