From e87987785c86b6c7b3f02c53af1e03f5b7b6377f Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Tue, 30 Sep 2025 17:35:06 +0800 Subject: [PATCH] fix(web): add data stream selection component (#10387) ### What problem does this PR solve? fix(web): add data stream selection component ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/pages/datasets/dataset-creating-dialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/datasets/dataset-creating-dialog.tsx b/web/src/pages/datasets/dataset-creating-dialog.tsx index aff9fa63d..04442eab0 100644 --- a/web/src/pages/datasets/dataset-creating-dialog.tsx +++ b/web/src/pages/datasets/dataset-creating-dialog.tsx @@ -22,6 +22,7 @@ import { useForm, useWatch } from 'react-hook-form'; import { useTranslation } from 'react-i18next'; import { z } from 'zod'; +import { DataFlowSelect } from '@/components/data-pipeline-select'; import { ChunkMethodItem, EmbeddingModelItem,