mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
fix: Update key property for onlineDrive datasource handling in TestRunPanel
This commit is contained in:
parent
a4f7d373b5
commit
d3b17ea567
@ -86,7 +86,7 @@ const TestRunPanel = () => {
|
|||||||
if (datasourceType === DatasourceType.onlineDrive) {
|
if (datasourceType === DatasourceType.onlineDrive) {
|
||||||
datasourceInfoList.push({
|
datasourceInfoList.push({
|
||||||
bucket,
|
bucket,
|
||||||
file: selectedFileList[0],
|
key: selectedFileList[0],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
handleRun({
|
handleRun({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user