Merge pull request #4350 from sbwalker/dev
fix #4339 - add page not redirecting to correct url in subsite
This commit is contained in:
commit
1c943cc259
|
@ -449,7 +449,7 @@
|
|||
await logger.LogInformation("Page Added {Page}", page);
|
||||
if (!string.IsNullOrEmpty(PageState.ReturnUrl))
|
||||
{
|
||||
NavigationManager.NavigateTo(page.Path, true); // redirect to page added and reload
|
||||
NavigationManager.NavigateTo(NavigateUrl(page.Path), true); // redirect to page added and reload
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user