Merge pull request #4939 from sbwalker/dev

fix compilation issues in PR #4782
This commit is contained in:
Shaun Walker 2024-12-20 12:36:24 -05:00 committed by GitHub
commit 2be008d6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
_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;
_containers = ThemeService.GetContainerControls(PageState.Site.Themes, _themetype);