From e6b1fb9c114f11362685f39c2aa5dd7e0738472d Mon Sep 17 00:00:00 2001 From: Matthew Lipski <50169049+matthewlipski@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:02:49 +0200 Subject: [PATCH] Fixed image upload demo (#1108) --- docs/pages/docs/ui-components/image-toolbar.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/ui-components/image-toolbar.mdx b/docs/pages/docs/ui-components/image-toolbar.mdx index 8de6aaf24..16a2160b5 100644 --- a/docs/pages/docs/ui-components/image-toolbar.mdx +++ b/docs/pages/docs/ui-components/image-toolbar.mdx @@ -27,4 +27,4 @@ type uploadFile = (file: File) => Promise; 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: - +