Skip to content

Commit 05b2c8c

Browse files
UoE/fix: preserve metadata form values when toggling submission sections
UoE/fix: preserve metadata form values when toggling submission sections
2 parents ea91678 + 6a9e7a0 commit 05b2c8c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/submission/sections/container/section-container.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
</a>
4646
</div>
4747
</ng-template>
48-
<!-- DATASHARE - start -->
49-
<ng-template ngbPanelContent *ngIf="datashareSubmissionFormSectionContainerService.openPanelId() === sectionData.id || ''">
50-
<!-- DATASHARE - end -->
48+
<ng-template ngbPanelContent>
5149
<div id="sectionGenericError_{{sectionData.id}}" *ngIf="sectionRef.hasGenericErrors()">
5250
<ds-alert *ngFor="let error of sectionRef.getErrors(); let i = index" [content]="error" [dismissible]="true"
5351
[type]="AlertTypeEnum.Error" (close)="sectionRef.removeError(i)"></ds-alert>

0 commit comments

Comments
 (0)