app/components/base/file-uploader/file-input.tsx
@@ -35,7 +35,7 @@ return ( <input className='absolute inset-0 block w-full cursor-pointer text-[0] opacity-0 disabled:cursor-not-allowed' className='absolute block inset-0 opacity-0 text-[0] w-full disabled:cursor-not-allowed cursor-pointer' onClick={e => ((e.target as HTMLInputElement).value = '')} type='file' onChange={handleChange}