diff --git a/web/app/components/datasets/create-from-pipeline/index.tsx b/web/app/components/datasets/create-from-pipeline/index.tsx index 51f9b472fb..a72a0be94d 100644 --- a/web/app/components/datasets/create-from-pipeline/index.tsx +++ b/web/app/components/datasets/create-from-pipeline/index.tsx @@ -7,7 +7,7 @@ import Effect from '../../base/effect' const CreateFromPipeline = () => { return (
diff --git a/web/app/components/datasets/create-from-pipeline/list/built-in-pipeline-list.tsx b/web/app/components/datasets/create-from-pipeline/list/built-in-pipeline-list.tsx index 4866c41169..d46d3adea0 100644 --- a/web/app/components/datasets/create-from-pipeline/list/built-in-pipeline-list.tsx +++ b/web/app/components/datasets/create-from-pipeline/list/built-in-pipeline-list.tsx @@ -9,7 +9,7 @@ const BuiltInPipelineList = () => { return null return ( -
+
{list.map((pipeline, index) => ( { return null return ( -
+
{list.map((pipeline, index) => ( { }, []) return ( -
+
- { - activeTab === 'built-in' && - } - { - activeTab === 'customized' && - } +
+ { + activeTab === 'built-in' && + } + { + activeTab === 'customized' && + } +
) }