RED-8092: fixed revert for dossier attributes tab.

This commit is contained in:
Nicoleta Panaghiu 2023-12-18 17:30:55 +02:00
parent 79482b4da2
commit af068b3810

View File

@ -106,7 +106,7 @@ export class EditDossierAttributesComponent implements EditDossierSectionInterfa
}
revert() {
this.form = this._getForm();
this._loadAttributes().then(() => this.form.reset());
}
currentAttrValue(attr: DossierAttributeWithValue): string {