diff --git a/Source/Blazorise/Base/BaseLinkComponent.cs b/Source/Blazorise/Base/BaseLinkComponent.cs index 506fe9e3c3..4ad53449f4 100644 --- a/Source/Blazorise/Base/BaseLinkComponent.cs +++ b/Source/Blazorise/Base/BaseLinkComponent.cs @@ -266,8 +266,7 @@ private static bool IsStrictlyPrefixWithSeparator( string value, string prefix ) /// /// Removes styles from Link component. /// - [Parameter] - public bool Unstyled { get; set; } + [Parameter] public bool Unstyled { get; set; } /// /// Occurs when the link is clicked.