diff --git a/src/components/sharing/userTeam.vue b/src/components/sharing/userTeam.vue index a0c27c78c..7c7d6df7e 100644 --- a/src/components/sharing/userTeam.vue +++ b/src/components/sharing/userTeam.vue @@ -241,7 +241,7 @@ } if (this.shareType === 'user') { - this.stuffModel.userID = this.sharable.id + this.stuffModel.userID = this.sharable.username } else if (this.shareType === 'team') { this.stuffModel.teamID = this.sharable.id }