Skip to content

Commit

Permalink
docs(ui5-upload-collection): remove unnecessary <li> tag (#8114)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-todorova authored Jan 15, 2024
1 parent 4430869 commit 915fa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/UploadCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class UploadCollection extends UI5Element {
* Defines the mode of the <code>ui5-upload-collection</code>.
*
* <br><b>Note:</b>
* Mode "Delete" has no effect. The delete button is controlled by the <code>hideDeleteButton</code> property of UploadCollectionItem</li>
* Mode "Delete" has no effect. The delete button is controlled by the <code>hideDeleteButton</code> property of UploadCollectionItem
*
* @default "None"
* @public
Expand Down

0 comments on commit 915fa15

Please sign in to comment.