This commit is contained in:
hamid zarghami
2025-10-01 10:35:14 +03:30
parent de7727d5bc
commit 45f44028f3
10 changed files with 729 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const UploadBox: FC<Props> = (props: Props) => {
<div>
<div className='text-sm'>{props.label}</div>
<div className='w-full h-10 mt-1 border border-border rounded-xl items-center px-2 flex gap-2.5'>
<button {...getRootProps()} className=' w-fit h-7 rounded-lg text-xs px-6 bg-secondary'>
<button {...getRootProps()} type="button" className=' w-fit h-7 rounded-lg text-xs px-6 bg-secondary'>
<input {...getInputProps()} />
{t('select_file')}