Skip to content

Commit

Permalink
fixup! feat(contacts-menu): implement custom javascript hook action
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Nov 25, 2024
1 parent 97909c7 commit a579d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/ContactsMenu/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:key="`${idx}-hook`"
:close-after-click="true"
class="other-actions"
@click="callContactsMenuHook(action.hook)">
@click="callContactsMenuHook(action.hook, contact)">
<template #icon>
<img aria-hidden="true" class="contact__action__icon" :src="action.icon">
</template>
Expand Down

0 comments on commit a579d7c

Please sign in to comment.