Skip to content

Commit

Permalink
IBX-3799: Change default value for headline_title in table
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Sep 12, 2022
1 parent e72827c commit 6c06947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% include '@ibexadesign/ui/component/table/table_header.html.twig' with {
headline,
actions: actions|default(null),
headline_title: headline_title|default(headline|default('')),
headline_title: headline_title|default(''),
notice_class: notice_class|default(''),
notice_message: notice_message|default(''),
notice_icon: notice_icon|default('about-info'),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="ibexa-table-header {{ class|default('') -}}">
<div
class="ibexa-table-header__headline"
title="{{ headline_title|default(headline|default('')) }}"
title="{{ headline_title|default('') }}"
>
{% block headline %}
{{ headline|default('') }}
Expand Down

0 comments on commit 6c06947

Please sign in to comment.