From f693208c8fd873b8057fb070769716f9875dab7b Mon Sep 17 00:00:00 2001 From: Lanny W Date: Thu, 8 Jun 2023 08:50:23 -0500 Subject: [PATCH] address PR --- app/packages/core/src/components/FieldLabelAndInfo/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/packages/core/src/components/FieldLabelAndInfo/index.tsx b/app/packages/core/src/components/FieldLabelAndInfo/index.tsx index dea4881825..e48a9ee207 100644 --- a/app/packages/core/src/components/FieldLabelAndInfo/index.tsx +++ b/app/packages/core/src/components/FieldLabelAndInfo/index.tsx @@ -264,9 +264,6 @@ function FieldInfoExpanded({ const colorBy = colorSettings.by; const onClickCustomizeColor = () => { // open the color customization modal based on colorBy status - if (field.path === "_label_tags") { - setIsCustomizingColor(ACTIVE_FIELD[field.path]); - } setIsCustomizingColor({ field, expandedPath }); };