summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactDetails.vue')
-rw-r--r--src/components/ContactDetails.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index d010812f..97021d70 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -208,6 +208,7 @@
:contact="contact"
:local-contact="localContact"
:update-contact="debounceUpdateContact"
+ :contacts="contacts"
@resize="debounceRedrawMasonry" />
</div>
@@ -311,6 +312,10 @@ export default {
type: String,
default: undefined,
},
+ contacts: {
+ type: Array,
+ default: () => [],
+ },
},
data() {