Skip to content

Commit

Permalink
feat: Add the ability to send a kudos from the composer - MEED-2071 - M…
Browse files Browse the repository at this point in the history
…eeds-io/meeds#54 (#326)

This change will fix the send kudos attach image from the composer.
  • Loading branch information
MayTekayaa committed Sep 8, 2023
1 parent b38dc52 commit 76b8877
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
export default {
methods: {
openSendKudosDrawer() {
document.dispatchEvent(new CustomEvent('activity-composer-closed'));
document.dispatchEvent(new CustomEvent('exo-kudos-open-send-modal', {detail: {
id: eXo.env.portal.spaceId,
type: 'USER_PROFILE',
Expand Down

0 comments on commit 76b8877

Please sign in to comment.