make resetNewFolderPagination method public again (#8739)

This commit is contained in:
Mykyta Maliarchuk
2023-07-05 17:32:45 +02:00
committed by GitHub
parent b832beb387
commit fceb7ecb9e

View File

@@ -938,7 +938,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
this.filterSelection.emit(activeFilters);
}
private resetNewFolderPagination() {
resetNewFolderPagination() {
this._pagination.skipCount = 0;
this._pagination.maxItems = this.maxItems;
}