diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig index 875dd03d1b0..b416da50dc1 100644 --- a/plugins/CoreHome/templates/_dataTable.twig +++ b/plugins/CoreHome/templates/_dataTable.twig @@ -12,7 +12,7 @@ using the show_footer to control the header actions as well since this is going of moving the table actions to the top of the report for all reports, at which point the config for the report can be renamed to show_header and show_header_icons #} -{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons and not isWidget %} +{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons %} {% if showCardAsContentBlock %}