Removes unnecessary logo refresh logic.

This commit is contained in:
Cody 2023-12-22 10:30:28 -08:00 committed by GitHub
parent 4b938db0c1
commit 9612e4d4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,10 +677,6 @@
}
else
{
if (logofileid != -1 && logofileid != _logofileid)
{
NavigationManager.Refresh();
}
AddModuleMessage(Localizer["Success.Settings.SaveSite"], MessageType.Success);
await ScrollToPageTop();
}