Skip to content

Commit f4364b5

Browse files
committed
fix: description for empty content
Signed-off-by: Roberto Guido <info@madbob.org>
1 parent 7f7f2a4 commit f4364b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AppContent/ContactsContent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<template #icon>
1818
<IconContact :size="20" />
1919
</template>
20-
<template #desc>
20+
<template #description>
2121
<NcButton variant="primary" @click="newContact">
2222
{{ t('contacts', 'Create contact') }}
2323
</NcButton>
@@ -30,7 +30,7 @@
3030
<template #icon>
3131
<IconContact :size="20" />
3232
</template>
33-
<template #desc>
33+
<template #description>
3434
<NcButton v-if="contacts.length === 0" variant="primary" @click="addContactsToGroup(selectedGroup)">
3535
{{ t('contacts', 'Create contacts') }}
3636
</NcButton>

0 commit comments

Comments
 (0)