summaryrefslogtreecommitdiffstats
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index f39ef934..a244fb82 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -108,7 +108,7 @@ export default {
},
// first enabled addressbook of the list
defaultAddressbook() {
- return this.addressbooks.find(addressbook => addressbook.enabled)
+ return this.addressbooks.find(addressbook => addressbook.readOnly)
},
/**