make resetNewFolderPagination method public again (#8739)

This commit is contained in:
Mykyta Maliarchuk
2023-07-05 16:32:45 +01:00
committed by GitHub
parent b832beb387
commit fceb7ecb9e
@@ -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;
}