diff --git a/packages/plugins/@hera/plugin-core/src/client/schema-components/GroupBlock.tsx b/packages/plugins/@hera/plugin-core/src/client/schema-components/GroupBlock.tsx index b525e1c98..168573b22 100644 --- a/packages/plugins/@hera/plugin-core/src/client/schema-components/GroupBlock.tsx +++ b/packages/plugins/@hera/plugin-core/src/client/schema-components/GroupBlock.tsx @@ -51,7 +51,7 @@ export const GroupBlock = (props) => { }), requeatItem, ]; - }), + }) ?? [], ), ); }, [Blocks, service.params, service.params[0]]);