mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -432,7 +432,7 @@ export class CollectionSourceComponent extends AbstractTrackableComponent implem
|
||||
updateContentSource(updateHarvestType: boolean) {
|
||||
this.inputModels.forEach(
|
||||
(fieldModel: DynamicInputModel) => {
|
||||
this.updateContentSourceField(fieldModel, updateHarvestType)
|
||||
this.updateContentSourceField(fieldModel, updateHarvestType);
|
||||
}
|
||||
);
|
||||
this.saveFieldUpdate();
|
||||
|
Reference in New Issue
Block a user