Skip to content

Commit a579d7c

Browse files
committed
fixup! feat(contacts-menu): implement custom javascript hook action
1 parent 97909c7 commit a579d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/ContactsMenu/Contact.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
:key="`${idx}-hook`"
4444
:close-after-click="true"
4545
class="other-actions"
46-
@click="callContactsMenuHook(action.hook)">
46+
@click="callContactsMenuHook(action.hook, contact)">
4747
<template #icon>
4848
<img aria-hidden="true" class="contact__action__icon" :src="action.icon">
4949
</template>

0 commit comments

Comments
 (0)