diff --git a/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx b/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx index 3693dee42f..5d5512e215 100644 --- a/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx +++ b/web/app/components/datasets/documents/create-from-pipeline/actions/index.tsx @@ -41,7 +41,7 @@ const Actions = ({ }, [showSelect, selectedOptions, totalOptions]) return ( -
+
{showSelect && ( <>
@@ -55,7 +55,7 @@ const Actions = ({
{tip && ( -
+
{tip}
)}