mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
fix: Notion sync empty state width in knowledge creation (#38321)
This commit is contained in:
parent
92618f5e20
commit
3d10f6c510
@ -218,7 +218,11 @@ const StepOne = ({
|
||||
{/* Notion Data Source */}
|
||||
{dataSourceType === DataSourceType.NOTION && (
|
||||
<>
|
||||
{!isNotionAuthed && <NotionConnector onSetting={onSetting} />}
|
||||
{!isNotionAuthed && (
|
||||
<div className={cn('mb-8 w-[640px]', !shouldShowDataSourceTypeList && 'mt-12')}>
|
||||
<NotionConnector onSetting={onSetting} />
|
||||
</div>
|
||||
)}
|
||||
{isNotionAuthed && (
|
||||
<>
|
||||
<div className="mb-8 w-[640px]">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user