From d47bc98e6909e03eb197efa9750054103ee44247 Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Sun, 21 Aug 2022 23:00:00 +0200 Subject: [PATCH] Allow more than text on EmptyContent description Signed-off-by: Jonas Rittershofer --- src/components/NcEmptyContent/NcEmptyContent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue index d41c4a6152..454b0b64d0 100644 --- a/src/components/NcEmptyContent/NcEmptyContent.vue +++ b/src/components/NcEmptyContent/NcEmptyContent.vue @@ -103,7 +103,6 @@ export default { hasDescription() { return this.slots?.desc !== undefined - && this.slots?.desc[0]?.text }, }, }