mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
Added more tests and bug fixes
This commit is contained in:
@@ -131,7 +131,7 @@ export class FormSectionComponent extends SectionModelComponent implements OnDes
|
||||
message: msg + e.toString(),
|
||||
path: '/sections/' + this.sectionData.id
|
||||
};
|
||||
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, [sectionError])
|
||||
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, sectionError);
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user