Feat: Add RAGFlowSelect component #3221 (#5228)

### What problem does this PR solve?

Feat: Add RAGFlowSelect component #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-21 16:37:50 +08:00
committed by GitHub
parent cdb3e6434a
commit 392f28882f
3 changed files with 146 additions and 25 deletions

View File

@ -59,7 +59,7 @@ const NodeHeader = ({
>
<OperatorIcon
name={label as Operator}
color={operatorMap[label as Operator].color}
color={operatorMap[label as Operator]?.color}
></OperatorIcon>
<span className="truncate text-center font-semibold text-sm">
{name}