From b6baa64c8c9d81711f312dd8ad73e90b8041fe2d Mon Sep 17 00:00:00 2001 From: -l Date: Mon, 2 Dec 2024 12:19:11 +0100 Subject: [PATCH] docs(Upload): adds exists to docs --- .../src/docs/uilib/components/upload/events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/upload/events.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/upload/events.mdx index c03e28485cd..474d7eff62c 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/upload/events.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/upload/events.mdx @@ -9,4 +9,4 @@ import { UploadEvents } from '@dnb/eufemia/src/components/upload/UploadDocs' -Each `fileItem` will contain a `{ file, id }` (File Object and an unique ID) along with other information. +Each `fileItem` will contain a `{ file, id, exists }` (File Object, an unique ID and if the file exists or not) along with other information.