Skip to content

Commit

Permalink
Fixed image upload demo (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski authored Sep 30, 2024
1 parent f595ba5 commit e6b1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/ui-components/image-toolbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ type uploadFile = (file: File) => Promise<string>;

You can use the provided `uploadToTempFilesOrg` function to as a starting point, which uploads files to [tmpfiles.org](https://tmpfiles.org/). However, it's not recommended to use this in a production environment - you should use your own backend:

<Example name="basic/minimal" />
<Example name="backend/file-uploading" />

0 comments on commit e6b1fb9

Please sign in to comment.