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.
2 parents ac7c89e + a77019c commit 24d9758Copy full SHA for 24d9758
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