Feat: Construct a dynamic variable assignment form #10427 (#11316)

### 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:
balibabu
2025-11-17 19:45:58 +08:00
committed by GitHub
parent 7264fb6978
commit d8f413a885
14 changed files with 1275 additions and 313 deletions

View File

@ -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>
);