diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue index d41c4a6152..fdff2aaf9a 100644 --- a/src/components/NcEmptyContent/NcEmptyContent.vue +++ b/src/components/NcEmptyContent/NcEmptyContent.vue @@ -75,6 +75,10 @@ export default {

+

+ + +

@@ -105,6 +109,10 @@ export default { return this.slots?.desc !== undefined && this.slots?.desc[0]?.text }, + + hasAction() { + return this.slots.action !== undefined + }, }, }