]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/comments/video-comment-list.component.ts
Add refresh button to comments list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / comments / video-comment-list.component.ts
index 25fe6513301329591ab2591bf9f4272012182847..f3f43a900a3c895ff2759e89cf6fd9c4fe3bac64 100644 (file)
@@ -117,7 +117,7 @@ export class VideoCommentListComponent extends RestTable implements OnInit {
     return this.selectedComments.length !== 0
   }
 
-  protected reloadData () {
+  reloadData () {
     this.videoCommentService.getAdminVideoComments({
       pagination: this.pagination,
       sort: this.sort,