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