mirror of https://github.com/langgenius/dify.git
chore: list filter bool value
This commit is contained in:
parent
171c5055f8
commit
7bfdfe73c2
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Reference in New Issue