Updates To New Namespace For DynamicComponent Type - Fixes #3753

This commit is contained in:
Cody 2024-02-14 13:30:41 -08:00 committed by GitHub
parent e33fc1a89b
commit abdd5cf19b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
}