Skip to content

Commit

Permalink
Allow more than text on EmptyContent description
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
  • Loading branch information
jotoeri committed Aug 23, 2022
1 parent 758e913 commit d47bc98
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 @@ -103,7 +103,6 @@ export default {
hasDescription() {
return this.slots?.desc !== undefined
&& this.slots?.desc[0]?.text
},
},
}
Expand Down

0 comments on commit d47bc98

Please sign in to comment.