Skip to content

Commit f4ad666

Browse files
committed
refactor: 移除级联参数的使用
1 parent b2888e0 commit f4ad666

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BootstrapBlazor/Components/EditorForm/EditorForm.razor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ protected override void OnParametersSet()
234234

235235
// 为空时使用级联参数 ValidateForm 的 ShowLabel
236236
ShowLabel ??= ValidateForm?.ShowLabel;
237-
238-
// 为空时使用级联参数 ValidateForm 的 LabelWidth
239-
LabelWidth ??= ValidateForm?.LabelWidth;
240237
_itemsCache = null;
241238
}
242239

0 commit comments

Comments
 (0)