diff --git a/web/app/components/datasets/documents/create-from-pipeline/index.tsx b/web/app/components/datasets/documents/create-from-pipeline/index.tsx index 71170c019b..f5e498b278 100644 --- a/web/app/components/datasets/documents/create-from-pipeline/index.tsx +++ b/web/app/components/datasets/documents/create-from-pipeline/index.tsx @@ -213,6 +213,7 @@ const TestRunPanel = () => { start_node_id: datasource.nodeId, datasource_type: datasource.type, datasource_info_list: datasourceInfoList, + is_preview: false, }, { onSuccess: () => { handleNextStep() diff --git a/web/app/components/datasets/list/dataset-card/index.tsx b/web/app/components/datasets/list/dataset-card/index.tsx index 70838fcc12..2955df19d8 100644 --- a/web/app/components/datasets/list/dataset-card/index.tsx +++ b/web/app/components/datasets/list/dataset-card/index.tsx @@ -149,10 +149,10 @@ const DatasetCard = ({