Fixed sharing with a user not working
This commit is contained in:
@ -241,7 +241,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.shareType === 'user') {
|
if (this.shareType === 'user') {
|
||||||
this.stuffModel.userID = this.sharable.id
|
this.stuffModel.userID = this.sharable.username
|
||||||
} else if (this.shareType === 'team') {
|
} else if (this.shareType === 'team') {
|
||||||
this.stuffModel.teamID = this.sharable.id
|
this.stuffModel.teamID = this.sharable.id
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user