Skip to content

Commit

Permalink
fix for multiple values
Browse files Browse the repository at this point in the history
  • Loading branch information
ankormoreankor committed Feb 21, 2025
1 parent a139635 commit 8709ac7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ export const LabelValueSelector: FC<LabelValueSelectorProps> = ({
</DropdownMenu.Item>
))}

{isAllowAddNewValue && !!label?.isCustom && !!values.length && <DropdownMenu.Separator />}

{isAllowAddNewValue && !!label?.isCustom && (
<>
<span className="px-2 pb-1.5 pt-1 leading-[1.125rem] text-foreground-2">
Expand Down

0 comments on commit 8709ac7

Please sign in to comment.