There was an error while loading. Please reload this page.
1 parent 7f7f2a4 commit f4364b5Copy full SHA for f4364b5
1 file changed
src/components/AppContent/ContactsContent.vue
@@ -17,7 +17,7 @@
17
<template #icon>
18
<IconContact :size="20" />
19
</template>
20
- <template #desc>
+ <template #description>
21
<NcButton variant="primary" @click="newContact">
22
{{ t('contacts', 'Create contact') }}
23
</NcButton>
@@ -30,7 +30,7 @@
30
31
32
33
34
<NcButton v-if="contacts.length === 0" variant="primary" @click="addContactsToGroup(selectedGroup)">
35
{{ t('contacts', 'Create contacts') }}
36
0 commit comments