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, - }, }, ], });