We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a211c commit 1e52338Copy full SHA for 1e52338
1 file changed
src/app/item-page/simple/field-components/file-section/file-section.component.ts
@@ -44,7 +44,7 @@ export class FileSectionComponent implements OnInit {
44
protected translateService: TranslateService,
45
@Inject(APP_CONFIG) protected appConfig: AppConfig
46
) {
47
- this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize
+ this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize;
48
}
49
50
ngOnInit(): void {
0 commit comments