Skip to content

Commit

Permalink
MEED-2071 Fix the send kudos attach image from the composer
Browse files Browse the repository at this point in the history
  • Loading branch information
MayTekayaa committed Aug 22, 2023
1 parent f35d956 commit 472b4e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 472b4e5

Please sign in to comment.