fix: add is_preview flag to datasource submission and improve dataset card rendering logic

This commit is contained in:
twwu
2025-05-27 17:54:39 +08:00
parent 69d1e3ec7d
commit 70119a054a
2 changed files with 4 additions and 3 deletions

View File

@ -213,6 +213,7 @@ const TestRunPanel = () => {
start_node_id: datasource.nodeId,
datasource_type: datasource.type,
datasource_info_list: datasourceInfoList,
is_preview: false,
}, {
onSuccess: () => {
handleNextStep()