From 915fa15e069620e4ca9ecd2318336dcfb4c9aa1a Mon Sep 17 00:00:00 2001
From: Siyana Todorova <72251110+s-todorova@users.noreply.github.com>
Date: Mon, 15 Jan 2024 22:11:09 +0200
Subject: [PATCH] docs(ui5-upload-collection): remove unnecessary
tag
(#8114)
---
packages/fiori/src/UploadCollection.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/fiori/src/UploadCollection.ts b/packages/fiori/src/UploadCollection.ts
index 5833ec46ae6d..d35263221c70 100644
--- a/packages/fiori/src/UploadCollection.ts
+++ b/packages/fiori/src/UploadCollection.ts
@@ -123,7 +123,7 @@ class UploadCollection extends UI5Element {
* Defines the mode of the ui5-upload-collection
.
*
*
Note:
- * Mode "Delete" has no effect. The delete button is controlled by the hideDeleteButton
property of UploadCollectionItem
+ * Mode "Delete" has no effect. The delete button is controlled by the hideDeleteButton
property of UploadCollectionItem
*
* @default "None"
* @public