From aa30f20730ffd1a99e5e663789edb87bf551bf4a Mon Sep 17 00:00:00 2001
From: Wilmer <33392318@qq.com>
Date: Thu, 11 Sep 2025 19:03:19 +0800
Subject: [PATCH] Feat: Agent component support inserting variables(#10048)
(#10055)
### What problem does this PR solve?
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
---
web/src/pages/agent/form/agent-form/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/pages/agent/form/agent-form/index.tsx b/web/src/pages/agent/form/agent-form/index.tsx
index 65fb364b7..f38fbf17f 100644
--- a/web/src/pages/agent/form/agent-form/index.tsx
+++ b/web/src/pages/agent/form/agent-form/index.tsx
@@ -145,7 +145,7 @@ function AgentForm({ node }: INextOperatorForm) {
@@ -166,7 +166,7 @@ function AgentForm({ node }: INextOperatorForm) {