Skip to content

Commit

Permalink
add groups is defined check
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored and lucasOsti committed Aug 22, 2023
1 parent 9bcc0b4 commit e5e6027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

{{ include('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu.html.twig', {
is_custom_init: true,
groups: null,
}) }}
</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{%- block component -%}
<div {{ html.attributes(attr, is_template) }}>
{%- block branch -%}
{%- if groups is not null -%}
{%- if groups is defined and groups is not null -%}
{%- include '@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_branch.html.twig' with {
groups,
} -%}
Expand Down

0 comments on commit e5e6027

Please sign in to comment.