Merge pull request #1424 from bookwyrm-social/checkall

Fixes select all checkbox
This commit is contained in:
Mouse Reeve
2021-09-18 15:02:55 -07:00
committed by GitHub

View File

@ -77,7 +77,7 @@
class="checkbox"
type="checkbox"
data-action="toggle-all"
data-target="failed-imports"
data-target="failed_imports"
/>
{% trans "Select all" %}
</label>