diff --git a/src/components/ContactDetails/ContactDetailsProperty.vue b/src/components/ContactDetails/ContactDetailsProperty.vue index 552629cf3..254911e23 100644 --- a/src/components/ContactDetails/ContactDetailsProperty.vue +++ b/src/components/ContactDetails/ContactDetailsProperty.vue @@ -133,7 +133,8 @@ export default { * @return {boolean} */ isMultiple() { - return this.properties[this.property.name].multiple + // Make sure we have some model for the property and check for ITEM.PROP custom label format + return this.propModel.multiple }, /**