mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
ifEsle node add regex match (#8007)
This commit is contained in:
@ -30,6 +30,7 @@ export const getOperators = (type?: VarType) => {
|
||||
ComparisonOperator.isNot,
|
||||
ComparisonOperator.empty,
|
||||
ComparisonOperator.notEmpty,
|
||||
ComparisonOperator.regexMatch,
|
||||
]
|
||||
case VarType.number:
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user