From 91a218b29d508d7d6febab9ace1c68a565129cb4 Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:47:48 +0800 Subject: [PATCH] fix: adjust width of file uploader component (#14328) --- web/app/components/datasets/create/file-uploader/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/create/file-uploader/index.tsx b/web/app/components/datasets/create/file-uploader/index.tsx index 70dda67f97..9cceb95f4d 100644 --- a/web/app/components/datasets/create/file-uploader/index.tsx +++ b/web/app/components/datasets/create/file-uploader/index.tsx @@ -243,7 +243,7 @@ const FileUploader = ({ }, [handleDrop]) return ( -
+
{!hideUpload && (