Skip to content

Commit e6b1fb9

Browse files
Fixed image upload demo (#1108)
1 parent f595ba5 commit e6b1fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/ui-components/image-toolbar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ type uploadFile = (file: File) => Promise<string>;
2727

2828
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:
2929

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

0 commit comments

Comments
 (0)