Skip to content

Commit 0f8a1b2

Browse files
committed
Remove default value for SuppressLabel property
1 parent bf12f5b commit 0f8a1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpRadioInputTagHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class AbpRadioInputTagHelper : AbpTagHelper<AbpRadioInputTagHelper, AbpRa
1212

1313
public string? Label { get; set; }
1414

15-
public bool SuppressLabel { get; set; } = false;
15+
public bool SuppressLabel { get; set; }
1616

1717
[HtmlAttributeName("info")]
1818
public string? InfoText { get; set; }

0 commit comments

Comments
 (0)