From 3d10f6c51087b219e6ce5e0aab59215ad1dee92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Thu, 2 Jul 2026 18:37:54 +0800 Subject: [PATCH] fix: Notion sync empty state width in knowledge creation (#38321) --- web/app/components/datasets/create/step-one/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/components/datasets/create/step-one/index.tsx b/web/app/components/datasets/create/step-one/index.tsx index 3b57390cce5..2001ac2de42 100644 --- a/web/app/components/datasets/create/step-one/index.tsx +++ b/web/app/components/datasets/create/step-one/index.tsx @@ -218,7 +218,11 @@ const StepOne = ({ {/* Notion Data Source */} {dataSourceType === DataSourceType.NOTION && ( <> - {!isNotionAuthed && } + {!isNotionAuthed && ( +
+ +
+ )} {isNotionAuthed && ( <>