Skip to content

Commit

Permalink
Merge pull request #1745 from bcgov/hotfix/ALCS-2028
Browse files Browse the repository at this point in the history
Fix attached corporate summary going not-applicable
  • Loading branch information
Abradat authored Jun 6, 2024
2 parents 4c3a98d + 806f392 commit 60cf5d2
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 60cf5d2

Please sign in to comment.