mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
fix pagination, refactor
This commit is contained in:
@@ -87,10 +87,6 @@ export class DocumentListComponent implements OnInit, OnDestroy {
|
||||
this.list.setSort(event.column, event.reverse)
|
||||
}
|
||||
|
||||
setPage(page: number) {
|
||||
this.list.currentPage = page
|
||||
}
|
||||
|
||||
get isBulkEditing(): boolean {
|
||||
return this.list.selected.size > 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user