Skip to content

Commit

Permalink
Update ServerUIElement.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Nov 4, 2024
1 parent f87d6ac commit 8f1a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.ServerDrivenUI/Models/ServerUIElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public string ToXaml(IList<CustomNamespace>? customNamespaces = null)
}

var xaml = XamlConverterService.ConvertToXml(this);
return DoRemovespace(xaml);
return xaml;
}

#endregion
Expand Down

0 comments on commit 8f1a17b

Please sign in to comment.