mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? Feat: Construct a dynamic variable assignment form #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -13,7 +13,7 @@ export const LogicalOperatorIcon = function OperatorIcon({
|
||||
<IconFont
|
||||
name={icon}
|
||||
className={cn('size-4', {
|
||||
'rotate-180': value === '>',
|
||||
'rotate-180': value === ComparisonOperator.GreatThan,
|
||||
})}
|
||||
></IconFont>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user