Skip to content

Commit

Permalink
fix: Update the kudos receiver - MEED-2777 -Meeds-io/meeds#1211 (#413)
Browse files Browse the repository at this point in the history
This change will update the kudos receiver.
  • Loading branch information
MayTekayaa authored Oct 27, 2023
1 parent b3ecee2 commit 171468f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ export default {
this.entityId = receiverDetails.entityId;
} else {
this.noReceiverIdentityId = true;
if (!receiverDetails.identityId) {
this.selectedReceiver = null;
}
}
if (receiverDetails.notAuthorized) {
this.error = this.$t('exoplatform.kudos.warning.userNotAuthorizedToReceiveKudos');
Expand Down

0 comments on commit 171468f

Please sign in to comment.