mirror of https://github.com/Chocobozzz/PeerTube
Fix angular warning
parent
a3b472a12e
commit
40e9937247
|
@ -45,8 +45,8 @@
|
||||||
</tr>
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template pSelectableRow="follow" pTemplate="body" let-follow>
|
<ng-template pTemplate="body" let-follow>
|
||||||
<tr>
|
<tr pSelectableRow="follow">
|
||||||
<td class="checkbox-cell">
|
<td class="checkbox-cell">
|
||||||
<p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox>
|
<p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue