Skip to content

Commit

Permalink
Parameter attribute on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Oct 18, 2023
1 parent de786a7 commit bba391c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Blazorise/Base/BaseLinkComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ private static bool IsStrictlyPrefixWithSeparator( string value, string prefix )
/// <summary>
/// Removes styles from Link component.
/// </summary>
[Parameter]
public bool Unstyled { get; set; }
[Parameter] public bool Unstyled { get; set; }

/// <summary>
/// Occurs when the link is clicked.
Expand Down

0 comments on commit bba391c

Please sign in to comment.