Skip to content

Commit 5109841

Browse files
h-kanazawaryasmi
authored andcommitted
fix(Site Scopes): Fixes problem where checking and unchecking site scopes didn't select/deselect the scopes. (#1442 - [LL-173](https://learningpool.atlassian.net/browse/LL-173))
1 parent ac88386 commit 5109841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/containers/UserOrgForm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const enhance = compose(
164164
scopesSet.add(role) :
165165
scopesSet.delete(role)
166166
).toList();
167-
updateModel({ scopes: newScopes });
167+
updateModel({ path: 'scopes', value: newScopes });
168168
},
169169
handleFilterChange: ({ updateOrgSettings }) =>
170170
(filter) => {

0 commit comments

Comments
 (0)