feat(transactions): proper clear button for filters

This commit is contained in:
Herculino Trotta
2025-01-25 01:30:24 -03:00
parent d030f9686b
commit e71775292a
3 changed files with 8 additions and 2 deletions
@@ -129,6 +129,7 @@
id="filter">
{% crispy filter.form %}
</form>
<button class="btn btn-outline-danger btn-sm" _="on click call #filter.reset() then trigger change on #filter">{% translate 'Clear' %}</button>
</div>
</div>
{# Transactions list#}