Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" />