improve condition evaluate
This commit is contained in:
@@ -318,6 +318,7 @@ const formToExpression = (values: ConditionNodeConfigFormFieldValues): Expr => {
|
||||
const right: Expr = {
|
||||
type: "const",
|
||||
value: rightValue,
|
||||
valueType: type,
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user