Skip to content

Commit

Permalink
feat(daily limits): unhide new widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Sep 13, 2023
1 parent 145f0c6 commit ea0cb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/views/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2 class="heading-medium mt-8">{{ _("Scheduled sends") }}</h2>
{% endif %}

{{ ajax_block(partials, updates_url, 'weekly_totals', interval=5) }}
{# {{ ajax_block(partials, updates_url, 'daily_totals', interval=5) }} #}
{{ ajax_block(partials, updates_url, 'daily_totals', interval=5) }}

{# <hr /> #}
<hr />

{% if partials['has_template_statistics'] %}
<h2 class="heading-medium mt-8">{{ _("Templates used") }}</h2>
Expand Down

0 comments on commit ea0cb7d

Please sign in to comment.