Skip to content

Commit 9d2f789

Browse files
committed
refactor: IsCheckBoxList 公开化
1 parent 234a0fb commit 9d2f789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Utils/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ private static Type GenerateComponentType(IEditorItem item)
671671
/// <param name="fieldType"></param>
672672
/// <param name="componentType">组件类型</param>
673673
/// <returns></returns>
674-
private static bool IsCheckboxList(Type fieldType, Type? componentType = null)
674+
public static bool IsCheckboxList(Type fieldType, Type? componentType = null)
675675
{
676676
var ret = false;
677677
if (componentType != null)

0 commit comments

Comments
 (0)