Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 9, 2024
1 parent 641f903 commit 72b36e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/actions.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</a>
<div class="dropdown-menu">
{%- for childIcon, childValues in values.children -%}
{{-- macro.button(false, childValues|merge({icon: false, class: childValues.class is defined ? childValues.class ~ ' dropdown-item' : 'dropdown-item'}), false) -}}
{{- macro.button(false, childValues|merge({icon: false, class: childValues.class is defined ? childValues.class ~ ' dropdown-item' : 'dropdown-item'}), false) -}}
{%- endfor -%}
</div>
</div>
Expand Down

0 comments on commit 72b36e5

Please sign in to comment.