mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
fix v2
This commit is contained in:
@@ -106,12 +106,12 @@
|
||||
if (group == 'member') {
|
||||
GroupService.addUserToGroup(group)
|
||||
|
||||
GranularAclService.removeGranularAcls({
|
||||
workspace: $workspaceStore ?? '',
|
||||
path: name,
|
||||
kind: 'group_',
|
||||
requestBody: $userStore.
|
||||
})
|
||||
// GranularAclService.removeGranularAcls({
|
||||
// workspace: $workspaceStore ?? '',
|
||||
// path: name,
|
||||
// kind: 'group_',
|
||||
// requestBody: $userStore.
|
||||
// })
|
||||
}
|
||||
loadGroup()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user