Skip to content

Commit

Permalink
Fix attached document going not applicable after opening and closing …
Browse files Browse the repository at this point in the history
…edit dialog
  • Loading branch information
Abradat committed Jun 6, 2024
1 parent 4c3a98d commit 806f392
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ export class OwnerDialogComponent {
let document;
if (this.pendingFile) {
document = await this.uploadPendingFile(this.pendingFile);
} else {
document = this.data.existingOwner?.corporateSummary;
}

const orgName = this.type.value === OWNER_TYPE.ORGANIZATION ? this.organizationName.getRawValue() : null;
Expand Down

0 comments on commit 806f392

Please sign in to comment.