We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579bf2c commit c9e3ffeCopy full SHA for c9e3ffe
src/components/global/file-upload.tsx
@@ -69,7 +69,7 @@ const FileUpload = ({ apiEndpoint, onChange, value }: Props) => {
69
onClientUploadComplete={(res) => {
70
onChange(res?.[0].url)
71
}}
72
- onUpladError={(error: Error) => {
+ onUploadError={(error: Error) => {
73
console.log(error)
74
75
/>
0 commit comments