We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8885e commit b0d3d56Copy full SHA for b0d3d56
web-app/src/screens/Console/Policies/SetPolicy.tsx
@@ -56,8 +56,10 @@ const SetPolicy = ({
56
if (selectedGroups !== null) {
57
groups = selectedGroups;
58
} else {
59
+ users = [" "];
60
+
61
if (selectedUser !== null) {
- users = [selectedUser.accessKey] || [" "];
62
+ users = [selectedUser.accessKey];
63
}
64
65
0 commit comments