1
0

Fix changing the right of a list shared with a user

This commit is contained in:
kolaente
2020-02-26 20:34:14 +01:00
parent 57f78ee0d4
commit 8c82c2302f
3 changed files with 9 additions and 10 deletions

View File

@ -9,7 +9,7 @@ export default class UserShareBaseModel extends AbstractModel {
defaults() {
return {
userID: 0,
userID: '',
right: 0,
created: null,