fix: join project permission mutation (#5580)
This commit is contained in:
parent
00b76300f5
commit
bb49d27a84
1 changed files with 3 additions and 0 deletions
|
|
@ -239,6 +239,9 @@ export class UserMembershipStore implements IUserMembershipStore {
|
|||
...this.hasPermissionToProject,
|
||||
...newPermissions,
|
||||
};
|
||||
projectIds.forEach((projectId) => {
|
||||
set(this.workspaceProjectsRole, [workspaceSlug, projectId], EUserProjectRoles.MEMBER);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue