mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix: add is_preview flag to datasource submission and improve dataset card rendering logic
This commit is contained in:
@ -213,6 +213,7 @@ const TestRunPanel = () => {
|
||||
start_node_id: datasource.nodeId,
|
||||
datasource_type: datasource.type,
|
||||
datasource_info_list: datasourceInfoList,
|
||||
is_preview: false,
|
||||
}, {
|
||||
onSuccess: () => {
|
||||
handleNextStep()
|
||||
|
||||
Reference in New Issue
Block a user