diff --git a/ui-2/src/app/member/member-update.component.ts b/ui-2/src/app/member/member-update.component.ts index 0f426d8cb..e8da295fb 100644 --- a/ui-2/src/app/member/member-update.component.ts +++ b/ui-2/src/app/member/member-update.component.ts @@ -117,6 +117,7 @@ export class MemberUpdateComponent implements OnInit { if (sfId) { this.editForm.get('salesforceId')?.disable() + this.editForm.get('clientName')?.disable() } }