Fixed sharing with a user not working
This commit is contained in:
parent
370e0e6b76
commit
d05ef0f37c
@ -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…
x
Reference in New Issue
Block a user