Skip to content

Commit 452f648

Browse files
committed
replace nav stack for home
1 parent 43eabed commit 452f648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Session/Components

PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Session/Components/Session.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
base.OnInitialized();
4949
}
5050

51-
void HandleNavigateHome() => Navigation.NavigateTo("/");
51+
void HandleNavigateHome() => Navigation.NavigateTo("/", false, true);
5252

5353
void HandleToggleSessionBookmarked()
5454
{

0 commit comments

Comments
 (0)