mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fix lint error
This commit is contained in:
@@ -44,7 +44,7 @@ export class FileSectionComponent implements OnInit {
|
||||
protected translateService: TranslateService,
|
||||
@Inject(APP_CONFIG) protected appConfig: AppConfig
|
||||
) {
|
||||
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize
|
||||
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize;
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
Reference in New Issue
Block a user