From aa0a3d69888cf940aee24fffb92985b0aa77ac38 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Wed, 20 May 2026 20:32:31 +0800 Subject: [PATCH] Fix: The logs on the data source details page are not fully displayed. (#15056) ### What problem does this PR solve? Fix: The logs on the data source details page are not fully displayed. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- .../data-source/data-source-detail-page/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/pages/user-setting/data-source/data-source-detail-page/index.tsx b/web/src/pages/user-setting/data-source/data-source-detail-page/index.tsx index a55c2af8ee..c3c1b80814 100644 --- a/web/src/pages/user-setting/data-source/data-source-detail-page/index.tsx +++ b/web/src/pages/user-setting/data-source/data-source-detail-page/index.tsx @@ -1,4 +1,3 @@ -import BackButton from '@/components/back-button'; import { DynamicForm, DynamicFormRef, @@ -225,7 +224,7 @@ const SourceDetailPage = () => { return (
- + {/* */} {/* */} @@ -235,7 +234,7 @@ const SourceDetailPage = () => { - +