Skip to content

Commit

Permalink
Merge pull request #3792 from thabaum/maui-connectivity-issue
Browse files Browse the repository at this point in the history
Oqtane.Maui - Updates To New Namespace For DynamicComponent Type Oqtane.UI.Head - Fixes #3753
  • Loading branch information
sbwalker authored Feb 15, 2024
2 parents 6bf8d19 + abdd5cf commit 0008919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Maui/Head.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<DynamicComponent Type="@ComponentType"></DynamicComponent>

@code {
Type ComponentType = Type.GetType("Oqtane.Head, Oqtane.Client");
Type ComponentType = Type.GetType("Oqtane.UI.Head, Oqtane.Client");
}

0 comments on commit 0008919

Please sign in to comment.