fix: 修复汇总区块如果是最后一个删除,添加区块消失 #1243

Reviewed-on: daoyoucloud/tachybase#1248
Co-authored-by: wjh <wwwjh0710@163.com>
Co-committed-by: wjh <wwwjh0710@163.com>
This commit is contained in:
wjh 2024-07-01 16:48:09 +08:00 committed by sealday
parent eb8528d44c
commit d165c14349

View File

@ -148,9 +148,6 @@ export const groupBlockSettings = new SchemaSettings({
{ {
name: 'remove', name: 'remove',
type: 'remove', type: 'remove',
componentProps: {
removeParentsIfNoChildren: true,
},
}, },
], ],
}); });