Fixes select all checkbox

This commit is contained in:
Mouse Reeve 2021-09-18 14:48:03 -07:00
parent e39136c34d
commit dda36f22c2
1 changed files with 1 additions and 1 deletions

View File

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