Fix angular warning

pull/5190/head
Chocobozzz 2022-08-10 14:38:24 +02:00
parent a3b472a12e
commit 40e9937247
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
</tr>
</ng-template>
<ng-template pSelectableRow="follow" pTemplate="body" let-follow>
<tr>
<ng-template pTemplate="body" let-follow>
<tr pSelectableRow="follow">
<td class="checkbox-cell">
<p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox>
</td>