From d165c14349b3997d4e4c731f5d40eff83eed9a7e Mon Sep 17 00:00:00 2001 From: wjh Date: Mon, 1 Jul 2024 16:48:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E5=8C=BA=E5=9D=97=E5=A6=82=E6=9E=9C=E6=98=AF=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=88=A0=E9=99=A4=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8C=BA=E5=9D=97=E6=B6=88=E5=A4=B1=20#1243?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.daoyoucloud.com/daoyoucloud/tachybase/pulls/1248 Co-authored-by: wjh Co-committed-by: wjh --- .../src/client/features/block-group/GroupBlockInitializer.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/plugins/@hera/plugin-core/src/client/features/block-group/GroupBlockInitializer.tsx b/packages/plugins/@hera/plugin-core/src/client/features/block-group/GroupBlockInitializer.tsx index 072bfc436..6dad29c58 100644 --- a/packages/plugins/@hera/plugin-core/src/client/features/block-group/GroupBlockInitializer.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/features/block-group/GroupBlockInitializer.tsx @@ -148,9 +148,6 @@ export const groupBlockSettings = new SchemaSettings({ { name: 'remove', type: 'remove', - componentProps: { - removeParentsIfNoChildren: true, - }, }, ], });