|
|
@ -165,9 +165,9 @@
|
|
|
|
props: {
|
|
|
|
props: {
|
|
|
|
titleText: this.titleText,
|
|
|
|
titleText: this.titleText,
|
|
|
|
groupName: this.groupName,
|
|
|
|
groupName: this.groupName,
|
|
|
|
okText: this.okText,
|
|
|
|
okText: i18n('ok'),
|
|
|
|
|
|
|
|
cancelText: i18n('cancel'),
|
|
|
|
isPublic: this.isPublic,
|
|
|
|
isPublic: this.isPublic,
|
|
|
|
cancelText: this.cancelText,
|
|
|
|
|
|
|
|
existingMembers: this.existingMembers,
|
|
|
|
existingMembers: this.existingMembers,
|
|
|
|
friendList: this.friendsAndMembers,
|
|
|
|
friendList: this.friendsAndMembers,
|
|
|
|
isAdmin: this.isAdmin,
|
|
|
|
isAdmin: this.isAdmin,
|
|
|
|