From 42ebba90902819c3f57a02ee1e87ace20b49b428 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 21 Apr 2026 18:42:41 +0800 Subject: [PATCH] fix(web): output node --- .../Workflow/components/Properties/index.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/web/src/views/Workflow/components/Properties/index.tsx b/web/src/views/Workflow/components/Properties/index.tsx index fa22e32e..579d1772 100644 --- a/web/src/views/Workflow/components/Properties/index.tsx +++ b/web/src/views/Workflow/components/Properties/index.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 15:39:59 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-04-20 15:42:36 + * @Last Modified time: 2026-04-21 18:36:42 */ import { type FC, useEffect, useState, useMemo } from "react"; import clsx from 'clsx' @@ -807,14 +807,13 @@ const Properties: FC = ({ ) } if (config.type === 'mappingList') { - return - - + return } if (key === 'vision_input' && !values?.vision) {