Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from nextcloud/bugfix/noid/emptycontent-styling
Browse files Browse the repository at this point in the history
Make sure empty content message is rendered as simple text
  • Loading branch information
juliusknorr authored Sep 16, 2020
2 parents cfa6c7e + a20886f commit 1ab5a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DashboardWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ export default {
<EmptyContent
v-if="emptyContentMessage"
:icon="emptyContentIcon">
{{ emptyContentMessage }}
<template #desc>
{{ emptyContentMessage }}
</template>
</EmptyContent>
</slot>
<a v-else-if="showMore"
Expand Down

0 comments on commit 1ab5a0b

Please sign in to comment.