Skip to content

Commit

Permalink
fixup! fixup! fixup! Fix EmptyContent Reactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jotoeri committed Aug 23, 2022
1 parent bd0c0b3 commit 2d66dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcEmptyContent/NcEmptyContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
<!-- @slot Optional material design icon -->
<slot name="icon" />
</div>
<h2 v-if="$slots.default && hasTitle" class="empty-content__title">
<h2 v-if="hasTitle" class="empty-content__title">
{{ title }}
</h2>
<p v-if="$slots.desc">
Expand Down

0 comments on commit 2d66dea

Please sign in to comment.