From 728d77bc146fec2a33f52f050b43fd069bb906fe Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 24 Sep 2025 16:55:02 +0800 Subject: [PATCH] Removed multiple upload --- src/components/File/File.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/File/File.tsx b/src/components/File/File.tsx index 2139f49..5335f98 100644 --- a/src/components/File/File.tsx +++ b/src/components/File/File.tsx @@ -4,8 +4,8 @@ import { FileField } from '@kobalte/core/file-field' export default () => { return ( <> - console.log('data', data)} onFileReject={(data) => console.log('data', data)} onFileChange={(data) => console.log('data', data)}> - Drag and drop file here or click to upload file + console.log('data', data)} onFileReject={(data) => console.log('data', data)} onFileChange={(data) => console.log('data', data)}> + Drag and drop or click to upload file {() => (