We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9442d2 commit a77019cCopy full SHA for a77019c
src/bundle/Resources/views/themes/admin/ui/component/tag_view_select/tag_view_select.html.twig
@@ -23,7 +23,7 @@
23
{% if is_disabled %}disabled{% endif %}
24
>
25
{% if show_title %}
26
- <div class="ibexa-tag-view-select__info {{ is_disabled is defined ? 'ibexa-tag-view-select__info--disabled' }}">
+ <div class="ibexa-tag-view-select__info {{ is_disabled|default(false) ? 'ibexa-tag-view-select__info--disabled' }}">
27
{{ title|default(default_title) }}
28
</div>
29
{% endif %}
0 commit comments