We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e00460 commit 722bd6fCopy full SHA for 722bd6f
1 file changed
src/app/submission/sections/form/section-form.component.ts
@@ -328,7 +328,7 @@ export class SubmissionSectionFormComponent extends SectionModelComponent {
328
updateForm(sectionState: SubmissionSectionObject): void {
329
330
const sectionData = sectionState.data as WorkspaceitemSectionFormObject;
331
- const errors = sectionState.errorsToShow
+ const errors = sectionState.errorsToShow;
332
333
if (isNotEmpty(sectionData) && !isEqual(sectionData, this.sectionData.data)) {
334
this.sectionData.data = sectionData;
0 commit comments