From 726473fd397ac1cf3b005aac67f58be5b08fa12b Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Mon, 10 Nov 2025 14:12:45 +0800 Subject: [PATCH] Fix: Bugs fixed #10703 (#11132) ### What problem does this PR solve? Fix: Bugs fixed #10703 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/components/dynamic-form.tsx | 12 +- .../agent/gobal-variable-sheet/index.tsx | 21 +- web/src/pages/agent/utils.ts | 14 +- .../dataset-overview/overview-table.tsx | 21 +- .../dataset/use-dataset-table-columns.tsx | 21 +- web/src/pages/user-setting/index.tsx | 2 +- web/src/pages/user-setting/profile/index.tsx | 17 +- .../user-setting/setting-model/index1.tsx | 584 ------------------ 8 files changed, 69 insertions(+), 623 deletions(-) delete mode 100644 web/src/pages/user-setting/setting-model/index1.tsx diff --git a/web/src/components/dynamic-form.tsx b/web/src/components/dynamic-form.tsx index e13c05fa1..f7449ec9f 100644 --- a/web/src/components/dynamic-form.tsx +++ b/web/src/components/dynamic-form.tsx @@ -550,11 +550,13 @@ const DynamicForm = { } : fieldProps; return ( - +