Skip to content

Commit

Permalink
chore (Component Meta Data): changes type from String? to string?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jan 16, 2024
1 parent 7994e9a commit fd61317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
/// <param name="Theme">The theme of the component.</param>
/// <param name="Attributes">The attributes to be passed to the component.</param>
/// <param name="Section">The optional section of where this component is rendered.</param>
public sealed record ComponentMetaDataFactoryInput(IComponent Component, int Level, int Index, int Total, string Theme, IReadOnlyHtmlAttributeCollection Attributes, String? Section)
public sealed record ComponentMetaDataFactoryInput(IComponent Component, int Level, int Index, int Total, string Theme, IReadOnlyHtmlAttributeCollection Attributes, string? Section)
{
}

0 comments on commit fd61317

Please sign in to comment.