diff --git a/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx b/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx index 324f4c66ae..b4c7d17528 100644 --- a/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx +++ b/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx @@ -80,7 +80,6 @@ export const FormItem: any = withDynamicSchemaProps( [formItemLabelCss]: showTitle === false, }); }, [showTitle]); - return (