From 6db297dde2d9bb6ccf08b9e848bc0a1d011c30b2 Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Thu, 9 May 2024 13:34:13 +0300 Subject: [PATCH] disable sf id field --- ui/src/app/member/member-update.component.html | 1 - ui/src/app/member/member-update.component.ts | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/src/app/member/member-update.component.html b/ui/src/app/member/member-update.component.html index 0f24561d4..b6c1c63a4 100644 --- a/ui/src/app/member/member-update.component.html +++ b/ui/src/app/member/member-update.component.html @@ -45,7 +45,6 @@ class="form-control" name="salesforceId" id="field_salesforceId" - [attr.disabled]="editForm.get('id')?.value !== undefined ? true : null" formControlName="salesforceId" />