Skip to content

Commit

Permalink
fix(ui5-upload-collection): Provide min-height also when DND mode is …
Browse files Browse the repository at this point in the history
…on (#1770)
  • Loading branch information
vladitasev authored Jun 11, 2020
1 parent 15e915f commit 33fa055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/UploadCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class UploadCollection extends UI5Element {
return {
content: {
"ui5-uc-content": true,
"ui5-uc-content-no-data": this._showNoData,
"ui5-uc-content-no-data": this.items.length === 0,
},
dndOverlay: {
"uc-dnd-overlay": true,
Expand Down

0 comments on commit 33fa055

Please sign in to comment.