Skip to content

Commit

Permalink
Update variable-popover.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 30, 2024
1 parent e56a5c6 commit c83af5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ export const VariablePopover = ({ variable, onClose, onUpdate }: VariablePopover
<GripVertical className="text-text-soft h-3.5 w-3.5" />
<div className="flex flex-1 items-center gap-1">
<div className="border-stroke-soft text-text-sub text-paragraph-xs bg-bg-weak rounded-8 flex w-full flex-row items-center border">
<div className="px-2 py-1.5">{transformerDef?.label}</div>
<div className="px-2 py-1.5 pr-0">{transformerDef?.label}</div>
{transformerDef?.hasParam && transformerDef.params && (
<div className="flex flex-1 flex-col gap-1 py-1">
{transformerDef.params.map((param, paramIndex) => (
Expand Down

0 comments on commit c83af5c

Please sign in to comment.