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 52137ba commit f394cb6Copy full SHA for f394cb6
web-app/src/screens/Console/Users/ListUsers.tsx
@@ -279,7 +279,7 @@ const ListUsers = () => {
279
<TooltipWrapper
280
tooltip={
281
hasPermission(
282
- "console",
+ "console-ui",
283
[
284
IAM_SCOPES.ADMIN_CREATE_USER,
285
IAM_SCOPES.ADMIN_LIST_USER_POLICIES,
@@ -310,7 +310,7 @@ const ListUsers = () => {
310
variant={"callAction"}
311
disabled={
312
!hasPermission(
313
314
315
316
0 commit comments