Merge pull request #4001 from sbwalker/dev

fix #3998 - personalized page display issue
This commit is contained in:
Shaun Walker 2024-03-15 19:49:49 -07:00 committed by GitHub
commit 0f3b0309e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,6 +260,7 @@
{
// redirect to the personalized page
NavigationManager.NavigateTo(Utilities.NavigateUrl(SiteState.Alias.Path, personalized.Path, ""), false);
return;
}
}
}