diff --git a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue index 22d0f3562..dead5b10f 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactLabels/ContactLabels.vue @@ -6,6 +6,10 @@ import LabelItem from 'dashboard/components-next/label/LabelItem.vue'; import AddLabel from 'dashboard/components-next/label/AddLabel.vue'; const props = defineProps({ + wrapperRef: { + type: Object, + default: null, + }, contactId: { type: [String, Number], default: null, @@ -117,10 +121,7 @@ const handleLabelHover = labelId => {