1
0

Add comment explaining exception on NavigationManager.

This commit is contained in:
Kevin Matsubara 2025-03-24 18:15:44 +01:00
parent 6090fea796
commit 8139388ff9

View File

@ -70,6 +70,7 @@
ServersRepository.UpdateServer(server.Id, server);
}
// An exception is raised when debugging from VS Code, but not when using dotnet watch.
NavigationManager.NavigateTo("/servers");
}
}