Fixed sharing with a user not working
This commit is contained in:
parent
370e0e6b76
commit
d05ef0f37c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue