- + @@ -57,11 +47,7 @@ - + - - + - + { this.canUpload = node && this.content.canUploadContent(node); }); - - if (this.documentList && this.documentList.pagination) { - this.documentList.pagination.pipe(takeUntil(this.onDestroy$)).subscribe((newPagination: Pagination) => { - this.pagination = newPagination; - }); - } } ngOnChanges(changes: SimpleChanges) {