ensure script resources are loaded before rendering ThemeBuilder

This commit is contained in:
sbwalker 2024-02-16 15:15:02 -05:00
parent 04da989108
commit 100fc20928

View File

@ -50,7 +50,7 @@
DynamicComponent = builder =>
{
if (PageState != null)
if (PageState != null && !PageState.Refresh)
{
builder.OpenComponent(0, typeof(ThemeBuilder));
builder.CloseComponent();