Fix changing the right of a list shared with a user
This commit is contained in:
parent
57f78ee0d4
commit
8c82c2302f
3 changed files with 9 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ export default class UserShareBaseModel extends AbstractModel {
|
|||
|
||||
defaults() {
|
||||
return {
|
||||
userID: 0,
|
||||
userID: '',
|
||||
right: 0,
|
||||
|
||||
created: null,
|
||||
|
|
|
|||
Reference in a new issue