fix compilation issues in PR #4782

This commit is contained in:
sbwalker 2024-12-20 12:36:10 -05:00
parent abdbe3694f
commit 7fb51bdd0a
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@
} }
} }
private void ThemeChanged(ChangeEventArgs e) private async Task ThemeChanged(ChangeEventArgs e)
{ {
_themetype = (string)e.Value; _themetype = (string)e.Value;
_containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype); _containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype);

View File

@ -483,7 +483,7 @@
} }
} }
private void ThemeChanged(ChangeEventArgs e) private async Task ThemeChanged(ChangeEventArgs e)
{ {
_themetype = (string)e.Value; _themetype = (string)e.Value;
_containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype); _containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype);