Fix region bug

This commit is contained in:
Dan Clark
2025-02-12 20:59:38 +00:00
parent 92ea28d647
commit 5740e03ba1
24 changed files with 277 additions and 183 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
public record NavigateEventArgs(string Route,
object? Region = null,
string? Scope = null,
NavigateScope? Scope = null,
object? Sender = null,
EventHandler? Navigated = null,
IDictionary<string, object>? Parameters = null);