From 0154a32996f5b163451d9f2030c85215bbf1bf55 Mon Sep 17 00:00:00 2001 From: Katherine Date: Fri, 13 Dec 2024 14:03:53 +0800 Subject: [PATCH] fix: issue with group styles in form blocks when layout is set to horizontal (#5884) --- .../client/src/schema-component/antd/form-item/FormItem.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 (