Skip to content

Commit

Permalink
add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Jun 7, 2024
1 parent 540001b commit aedf253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog/app/containers/Admin/UsersAndRoles/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ function RoleSelect({ roles, input: { value, onChange }, meta, label }: RoleSele
{error === 'required' ? 'Assign a role please' : error}
</M.FormHelperText>
)}
<M.FormHelperText error={false}>
User can assume any of the assigned roles
</M.FormHelperText>
</M.FormControl>
)
}
Expand Down

0 comments on commit aedf253

Please sign in to comment.