Skip to content

Commit

Permalink
Merge pull request #3082 from nextcloud/enh/emptyContent_action
Browse files Browse the repository at this point in the history
Allow more than text on EmptyContent description
  • Loading branch information
raimund-schluessler authored Aug 23, 2022
2 parents 681ebc9 + d47bc98 commit 7b09608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcEmptyContent/NcEmptyContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default {
hasDescription() {
return this.slots?.desc !== undefined
&& this.slots?.desc[0]?.text
},
},
}
Expand Down

0 comments on commit 7b09608

Please sign in to comment.