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 e944351 commit 618a3a7Copy full SHA for 618a3a7
site/src/components/CreateUserForm/CreateUserForm.tsx
@@ -106,7 +106,7 @@ export const CreateUserForm: FC<
106
107
const styles = useStyles()
108
// This, unfortunately, cannot be an actual component because mui requires
109
- // that all `MenuItem`s but be direct children of the `Select` they belong to
+ // that all `MenuItem`s must be direct children of the `Select` they belong to
110
const authMethodSelect = (value: keyof typeof authMethodLanguage) => {
111
const language = authMethodLanguage[value]
112
return (
0 commit comments