Skip to content

Commit 5579bcd

Browse files
committed
fix(web): add missing parameter type icon to node
1 parent 56402fd commit 5579bcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/web/src/components/workflow/workflow-node.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Handle, Position } from "@xyflow/react";
33
import {
44
AsteriskIcon,
55
BracesIcon,
6+
BracketsIcon,
67
CheckIcon,
78
ChevronDown,
89
ChevronUp,
@@ -71,6 +72,7 @@ const TypeBadge = ({
7172
image: <ImageIcon className="!size-3" />,
7273
document: <StickyNoteIcon className="!size-3" />,
7374
audio: <MusicIcon className="!size-3" />,
75+
array: <BracketsIcon className="!size-3" />,
7476
json: <BracesIcon className="!size-3" />,
7577
any: <AsteriskIcon className="!size-3" />,
7678
}[type];

0 commit comments

Comments
 (0)