fix parent page selection in add page and fix navigation on save/cancel

This commit is contained in:
sbwalker
2023-06-19 16:22:49 -04:00
parent 8bfca2f10a
commit 02e22df4d5
2 changed files with 4 additions and 4 deletions

View File

@ -654,7 +654,7 @@
}
else
{
NavigationManager.NavigateTo(NavigateUrl(_page.Path));
NavigationManager.NavigateTo(NavigateUrl());
}
}
else