From 4efc7e2e5fcc1031e2f6bc147ff42da0c5c1f2a3 Mon Sep 17 00:00:00 2001 From: Anders Date: Thu, 26 Dec 2024 21:17:15 +0100 Subject: [PATCH] Update packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx --- .../extensions/forms/feature-fields/more-fields/Upload/info.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx b/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx index 1a34a6c3d24..290a2d807ce 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx @@ -165,4 +165,4 @@ function MyForm() { The `sessionStorageId` property can be used to store the files in the session storage so they persist between page reloads. -But the persisted files only render the file name, and not the file itself. The file blog got lost during the serialization process. +But the persisted files only render the file name, and not the file itself. The file blob will be lost during the serialization process.