-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
breadit/src/components/Editor.tsx
Line 108 in 60cf197
| const [res] = await uploadFiles([file], 'imageUploader') |
instead of this we can use below code to solve image uplaoding problems.
const [res] = await uploadFiles({
endpoint: 'imageUploader',
files: [file],
})Metadata
Metadata
Assignees
Labels
No labels