Skip to content

Commit 29a8a14

Browse files
stakoviczker0x
andauthored
Update src/FormCollection/Resources/views/form_theme_table.html.twig
Co-authored-by: Romain Monteil <[email protected]>
1 parent 52c3d09 commit 29a8a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormCollection/Resources/views/form_theme_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
{% for child in form|filter(child => not child.rendered) %}
4848

49-
{%- set child_attr = child.vars.attr|merge(attrDataTarget) -%}
49+
{%- set child_attr = child.vars.row_attr|merge(attrDataTarget) -%}
5050
{{- form_row(child, {'row_attr': child_attr}) -}}
5151

5252
{% endfor %}

0 commit comments

Comments
 (0)