update .NET MAUI client to reflect changes
This commit is contained in:
@ -12,7 +12,7 @@ else
|
||||
}
|
||||
|
||||
@code {
|
||||
Type ComponentType = Type.GetType("Oqtane.Routes, Oqtane.Client");
|
||||
Type ComponentType = Type.GetType("Oqtane.UI.Routes, Oqtane.Client");
|
||||
private IDictionary<string, object> Parameters { get; set; }
|
||||
private string message = "";
|
||||
|
||||
|
Reference in New Issue
Block a user