From b3026dfb0d2dc7c5ff1bcf706be999b3761fa951 Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:14:38 +0800 Subject: [PATCH] Update web/app/components/datasets/documents/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/app/components/datasets/documents/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/documents/index.tsx b/web/app/components/datasets/documents/index.tsx index 7f690aae25..613257efee 100644 --- a/web/app/components/datasets/documents/index.tsx +++ b/web/app/components/datasets/documents/index.tsx @@ -216,7 +216,7 @@ const Documents: FC = ({ datasetId }) => { const total = documentsRes?.total || 0 const routeToDocCreate = () => { - // if dataset is create from pipeline, go to create from pipeline page + // if dataset is created from pipeline, go to create from pipeline page if (dataset?.runtime_mode === 'rag_pipeline') { router.push(`/datasets/${datasetId}/documents/create-from-pipeline`) return