Refresh Page On Client After Saving Changed Logo

This commit is contained in:
Cody
2023-12-23 11:26:57 -08:00
committed by GitHub
parent 49f7ee6042
commit 006cd1ee89

View File

@ -581,7 +581,8 @@
site.LogoFileId = logofileid;
if (logofileid != _logofileid)
{
reload = true;
_logofileid = logofileid;
refresh = true;
}
}
int? faviconFieldId = _faviconfilemanager.GetFileId();