From 0380c13a3b1a85558700ff55c5a1742180ac9f52 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Wed, 25 Mar 2026 16:36:34 +0800 Subject: [PATCH] fix(web): agent features init --- web/src/views/ApplicationConfig/Agent.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/views/ApplicationConfig/Agent.tsx b/web/src/views/ApplicationConfig/Agent.tsx index 7b85f37a..da978660 100644 --- a/web/src/views/ApplicationConfig/Agent.tsx +++ b/web/src/views/ApplicationConfig/Agent.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:29:21 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-03-25 11:34:04 + * @Last Modified time: 2026-03-25 16:32:26 */ import { useEffect, useRef, useState, forwardRef, useImperativeHandle, useMemo } from 'react'; import { useTranslation } from 'react-i18next' @@ -281,6 +281,7 @@ const Agent = forwardRef