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) {