Web: Fixed after merge.

This commit is contained in:
Tatiana Lopaeva 2024-01-11 15:42:07 +03:00
parent 596a832dbe
commit b58187bee5
2 changed files with 1206 additions and 1021 deletions

View File

@ -278,7 +278,7 @@ class PeopleStore {
selectionUsersRights;
if (isVisitor > 0) {
isOwner && options.push(adminOption);
isOwner && options.push(adminOption);
options.push(managerOption);
options.push(collaboratorOption);
@ -287,7 +287,7 @@ class PeopleStore {
if (isCollaborator > 0 || (isRoomAdmin > 0 && isAdmin > 0)) {
isOwner && options.push(adminOption);
options.push(managerOption);
options.push(managerOption);
return options;
}
@ -311,6 +311,9 @@ class PeopleStore {
hasUsersToDisable,
hasUsersToInvite,
hasUsersToRemove,
hasUsersToChangeQuota,
hasUsersToResetQuota,
hasUsersToDisableQuota,
selection,
} = this.selectionStore;

2220
yarn.lock

File diff suppressed because it is too large Load Diff