Force load to edit game. Fixes #9
parent
d3887e6d8e
commit
413cbf364e
|
@ -67,7 +67,7 @@
|
|||
|
||||
private void Edit(Game game)
|
||||
{
|
||||
NavigationManager.NavigateTo($"/Games/{game.Id}/Edit");
|
||||
NavigationManager.NavigateTo($"/Games/{game.Id}/Edit", true);
|
||||
}
|
||||
|
||||
private async Task Delete(Game game)
|
||||
|
|
Loading…
Reference in New Issue