Skip to content

Commit 722bd6f

Browse files
committed
113500: Fixed lint error
1 parent 4e00460 commit 722bd6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/form/section-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class SubmissionSectionFormComponent extends SectionModelComponent {
328328
updateForm(sectionState: SubmissionSectionObject): void {
329329

330330
const sectionData = sectionState.data as WorkspaceitemSectionFormObject;
331-
const errors = sectionState.errorsToShow
331+
const errors = sectionState.errorsToShow;
332332

333333
if (isNotEmpty(sectionData) && !isEqual(sectionData, this.sectionData.data)) {
334334
this.sectionData.data = sectionData;

0 commit comments

Comments
 (0)