mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
50632: Increased page size for bitstream-format and metadata-registry
This commit is contained in:
@@ -15,7 +15,7 @@ export class BitstreamFormatsComponent {
|
||||
bitstreamFormats: Observable<RemoteData<PaginatedList<BitstreamFormat>>>;
|
||||
config: PaginationComponentOptions = Object.assign(new PaginationComponentOptions(), {
|
||||
id: 'registry-bitstreamformats-pagination',
|
||||
pageSize: 20
|
||||
pageSize: 10000
|
||||
});
|
||||
|
||||
constructor(private registryService: RegistryService) {
|
||||
|
Reference in New Issue
Block a user