Fix region bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user