Skip to content

feat: Add update user roles action #1361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site/src/components/RoleSelect/RoleSelect.tsx
Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
  • Loading branch information
BrunoQuaresma and presleyp authored May 10, 2022
commit a01cb8784178a30f8a98aa7cc96e69761b1ff214
2 changes: 1 addition & 1 deletion site/src/components/RoleSelect/RoleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const useStyles = makeStyles((theme: Theme) => ({
select: {
margin: 0,
// Set a fix width for the select. It avoids selects having different sizes
// depending on how much roles they have selected.
// depending on how many roles they have selected.
width: theme.spacing(25),
},
}))