From d3b17ea567307343ee970feaa24fa73956797c3d Mon Sep 17 00:00:00 2001 From: twwu Date: Fri, 4 Jul 2025 14:11:23 +0800 Subject: [PATCH] fix: Update key property for onlineDrive datasource handling in TestRunPanel --- .../components/rag-pipeline/components/panel/test-run/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/rag-pipeline/components/panel/test-run/index.tsx b/web/app/components/rag-pipeline/components/panel/test-run/index.tsx index 28dc00460e..fe6c778319 100644 --- a/web/app/components/rag-pipeline/components/panel/test-run/index.tsx +++ b/web/app/components/rag-pipeline/components/panel/test-run/index.tsx @@ -86,7 +86,7 @@ const TestRunPanel = () => { if (datasourceType === DatasourceType.onlineDrive) { datasourceInfoList.push({ bucket, - file: selectedFileList[0], + key: selectedFileList[0], }) } handleRun({