mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 19:57:40 +08:00
chore: list filter bool value
This commit is contained in:
@ -111,8 +111,6 @@ export const getOperators = (type?: VarType, file?: { key: string }) => {
|
||||
return [
|
||||
ComparisonOperator.is,
|
||||
ComparisonOperator.isNot,
|
||||
ComparisonOperator.empty,
|
||||
ComparisonOperator.notEmpty,
|
||||
]
|
||||
case VarType.file:
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user