Skip to content

Commit d6b8914

Browse files
authored
1124 viewers are not allowed in rotations (#1577)
# What this PR does Added additional filtering for roles 0 and 1 for rodations. Only Editors and Admins are allowed to be in rotation ## Which issue(s) this PR fixes #1124
1 parent 2995b46 commit d6b8914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UserGroups/UserGroups.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const UserGroups = (props: UserGroupsProps) => {
110110
key={items.length}
111111
showSearch
112112
placeholder="Add user"
113-
href="/users/?filters=true"
113+
href="/users/?roles=0&roles=1&filters=true"
114114
value={null}
115115
onChange={handleUserAdd}
116116
showError={showError}

0 commit comments

Comments
 (0)