Add names to link shares when creating them (#456)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/456 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
a8893f80c2
commit
b35c2d6f2c
2 changed files with 31 additions and 13 deletions
|
|
@ -22,6 +22,7 @@ export default class ListModel extends AbstractModel {
|
|||
sharedBy: UserModel,
|
||||
sharingType: 0,
|
||||
listId: 0,
|
||||
name: '',
|
||||
|
||||
created: null,
|
||||
updated: null,
|
||||
|
|
|
|||
Reference in a new issue