aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-10 14:38:24 +0200
committerChocobozzz <me@florianbigard.com>2022-08-10 14:38:24 +0200
commit40e9937247147a74e7a14a4035d374d4ed27bd11 (patch)
tree49ad0bd769585a958d5ee7275014117ef5531bcc /client
parenta3b472a12ec6e57dbe2f650419f8064864686eab (diff)
downloadPeerTube-40e9937247147a74e7a14a4035d374d4ed27bd11.tar.gz
PeerTube-40e9937247147a74e7a14a4035d374d4ed27bd11.tar.zst
PeerTube-40e9937247147a74e7a14a4035d374d4ed27bd11.zip
Fix angular warning
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html
index 4554bf151..eb4f84d11 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.html
+++ b/client/src/app/+admin/follows/following-list/following-list.component.html
@@ -45,8 +45,8 @@
45 </tr> 45 </tr>
46 </ng-template> 46 </ng-template>
47 47
48 <ng-template pSelectableRow="follow" pTemplate="body" let-follow> 48 <ng-template pTemplate="body" let-follow>
49 <tr> 49 <tr pSelectableRow="follow">
50 <td class="checkbox-cell"> 50 <td class="checkbox-cell">
51 <p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox> 51 <p-tableCheckbox [value]="follow" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox>
52 </td> 52 </td>