From 7bfdfe73c215489bfacf09abfe99300c0b1e3c02 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 28 Jul 2025 11:09:37 +0800 Subject: [PATCH] chore: list filter bool value --- web/app/components/workflow/nodes/if-else/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/workflow/nodes/if-else/utils.ts b/web/app/components/workflow/nodes/if-else/utils.ts index b747294a83..0f56d04fee 100644 --- a/web/app/components/workflow/nodes/if-else/utils.ts +++ b/web/app/components/workflow/nodes/if-else/utils.ts @@ -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 [