diff --git a/src/app/form/form.component.ts b/src/app/form/form.component.ts index d1a333c95d5ad1884a38eddabab14fe97c08667f..7e19498b27bf06092466c8420f04b4fed8ad8405 100644 --- a/src/app/form/form.component.ts +++ b/src/app/form/form.component.ts @@ -832,7 +832,7 @@ export class FormComponent implements OnInit { } public toggleProceduresAccompaniment(): void { this.showProceduresAccompaniment = !this.showProceduresAccompaniment; - if (!this.showProceduresAccompaniment) { + if (!this.showProceduresAccompaniment && !this.isEditMode) { this.getStructureControl('proceduresAccompaniment').reset(); } this.setValidationsForm();