mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -162,7 +162,7 @@ export class SubmissionImportExternalSearchbarComponent implements OnInit, OnDes
|
||||
).subscribe((externalSource: RemoteData<PaginatedList<ExternalSource>>) => {
|
||||
externalSource.payload.page.forEach((element) => {
|
||||
this.sourceList.push({ id: element.id, name: element.name });
|
||||
})
|
||||
});
|
||||
this.pageInfo = externalSource.payload.pageInfo;
|
||||
this.cdr.detectChanges();
|
||||
});
|
||||
|
Reference in New Issue
Block a user