Skip to content

Commit

Permalink
address PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzhenw committed Jun 8, 2023
1 parent 9d35e65 commit f693208
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/packages/core/src/components/FieldLabelAndInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
};

Expand Down

0 comments on commit f693208

Please sign in to comment.