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 && ( <>