From d2e7e412fdf664be99655634803db2604c7ee6bd Mon Sep 17 00:00:00 2001 From: sealday Date: Fri, 31 May 2024 10:07:00 +0800 Subject: [PATCH] fix: use before init group block (#1085) Reviewed-on: https://git.daoyoucloud.com/daoyoucloud/tachybase/pulls/1085 --- .../src/client/features/block-group/GroupBlockInitializer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8df528c39..072bfc436 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 @@ -143,7 +143,7 @@ export const groupBlockSettings = new SchemaSettings({ items: [ { name: 'Configure', - Component: GroupBlockConfigure, + Component: 'GroupBlockConfigure', }, { name: 'remove',