diff --git a/web/app/components/datasets/create/step-two/index.tsx b/web/app/components/datasets/create/step-two/index.tsx index cc05e08b42..45d0b4d74c 100644 --- a/web/app/components/datasets/create/step-two/index.tsx +++ b/web/app/components/datasets/create/step-two/index.tsx @@ -27,6 +27,7 @@ import NotionIcon from '@/app/components/base/notion-icon' import Switch from '@/app/components/base/switch' import { MessageChatSquare } from '@/app/components/base/icons/src/public/common' import { useDatasetDetailContext } from '@/context/dataset-detail' +import { IS_CE_EDITION } from '@/config' type Page = DataSourceNotionPage & { workspace_id: string } @@ -572,7 +573,7 @@ const StepTwo = ({ {t('datasetCreation.stepTwo.datasetSettingLink')} )} - {indexType === IndexingType.QUALIFIED && ( + {IS_CE_EDITION && indexType === IndexingType.QUALIFIED && (