fix: Update key property for onlineDrive datasource handling in TestRunPanel

feat/rag-2
twwu 7 months ago
parent a4f7d373b5
commit d3b17ea567

@ -86,7 +86,7 @@ const TestRunPanel = () => {
if (datasourceType === DatasourceType.onlineDrive) {
datasourceInfoList.push({
bucket,
file: selectedFileList[0],
key: selectedFileList[0],
})
}
handleRun({

Loading…
Cancel
Save