diff --git a/angular/src/components/add-edit.component.ts b/angular/src/components/add-edit.component.ts index 0bd4001b1db..edb0b4aede7 100644 --- a/angular/src/components/add-edit.component.ts +++ b/angular/src/components/add-edit.component.ts @@ -154,6 +154,9 @@ export class AddEditComponent implements OnInit { } async init() { + if (this.ownershipOptions.length) { + this.ownershipOptions = []; + } if (await this.policyService.policyAppliesToUser(PolicyType.PersonalOwnership)) { this.allowPersonal = false; } else {