We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97909c7 commit a579d7cCopy full SHA for a579d7c
1 file changed
core/src/components/ContactsMenu/Contact.vue
@@ -43,7 +43,7 @@
43
:key="`${idx}-hook`"
44
:close-after-click="true"
45
class="other-actions"
46
- @click="callContactsMenuHook(action.hook)">
+ @click="callContactsMenuHook(action.hook, contact)">
47
<template #icon>
48
<img aria-hidden="true" class="contact__action__icon" :src="action.icon">
49
</template>
0 commit comments