diff --git a/packages/web-twig/src/Resources/components/FieldGroup/FieldGroup.twig b/packages/web-twig/src/Resources/components/FieldGroup/FieldGroup.twig index abf9f75bea..bd885c4083 100644 --- a/packages/web-twig/src/Resources/components/FieldGroup/FieldGroup.twig +++ b/packages/web-twig/src/Resources/components/FieldGroup/FieldGroup.twig @@ -1,6 +1,5 @@ {# API #} {%- set props = props | default([]) -%} -{%- set _children = block('content') is defined ? block('content') : null -%} {%- set _helperText = props.helperText | default(null) -%} {%- set _id = props.id -%} {%- set _isDisabled = props.isDisabled | default(false) -%} @@ -66,7 +65,7 @@ {% endif %} {% endif %}