From bf18eaa5c2230c343e1bf08c3780cdbd281980dd Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 19 Oct 2025 17:43:02 -0700 Subject: [PATCH] Fix: remove obsolete warning for custom field value index (#11083) --- .../custom-field-edit-dialog.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html index ea57e1746..3b4aa887e 100644 --- a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html @@ -38,9 +38,6 @@ size="sm" > } - @if (object?.id) { - Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here - } } @case (CustomFieldDataType.Monetary) {