Skip to content

Commit 33fa055

Browse files
authored
fix(ui5-upload-collection): Provide min-height also when DND mode is on (#1770)
1 parent 15e915f commit 33fa055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/UploadCollection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class UploadCollection extends UI5Element {
276276
return {
277277
content: {
278278
"ui5-uc-content": true,
279-
"ui5-uc-content-no-data": this._showNoData,
279+
"ui5-uc-content-no-data": this.items.length === 0,
280280
},
281281
dndOverlay: {
282282
"uc-dnd-overlay": true,

0 commit comments

Comments
 (0)