RED-7761 - Missing fields in Edit Dialog for Signature (redacted images)
This commit is contained in:
parent
9fafc203f5
commit
2833029d65
@ -126,7 +126,9 @@ export class EditRedactionDialogComponent
|
|||||||
this.form.controls.reason.enable();
|
this.form.controls.reason.enable();
|
||||||
this.hasTypeChanged = true;
|
this.hasTypeChanged = true;
|
||||||
if (initialReason) {
|
if (initialReason) {
|
||||||
this.form.controls.reason.setValue(this.initialFormValue.reason);
|
setTimeout(() => {
|
||||||
|
this.form.controls.reason.setValue(this.initialFormValue.reason);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.form.controls.reason.disable();
|
this.form.controls.reason.disable();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user