mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-14 02:25:24 +00:00
Update tasks.component.html
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
[checked]="areAllSelected(tasks)"
|
||||
(click)="toggleSection(section, $event); $event.stopPropagation();"
|
||||
(keydown)="toggleSection(section, $event); $event.stopPropagation();" />
|
||||
<label class="form-check-label" for="all-tasks-{{section}}"></label>
|
||||
<label class="form-check-label" for="all-tasks-{{section}}"><span class="visually-hidden">Check all</span></label>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col" i18n>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user