From 86540a81d1779f622101bd4b837e2949656ab716 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Fri, 17 Apr 2026 20:46:03 +0800 Subject: [PATCH 1/2] fix(web): SubCondition interface --- .../views/Workflow/components/Properties/CaseList/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/Workflow/components/Properties/CaseList/index.tsx b/web/src/views/Workflow/components/Properties/CaseList/index.tsx index 6eaa08e1..bdf516bc 100644 --- a/web/src/views/Workflow/components/Properties/CaseList/index.tsx +++ b/web/src/views/Workflow/components/Properties/CaseList/index.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-09 18:24:53 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-04-17 19:58:13 + * @Last Modified time: 2026-04-17 20:45:31 */ import { useEffect, useMemo, type FC } from 'react' import clsx from 'clsx' @@ -23,7 +23,7 @@ interface SubCondition { key: string; operator: string; value: string | number; - var_type: string; + input_type: string; } interface SubVariableCondition { @@ -303,7 +303,7 @@ const ArrayFileSubConditions: FC = ({ conditionFiel })}