mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
site(fix): add space characters to group display name (#9950)
This commit is contained in:
@@ -61,7 +61,6 @@ export const CreateGroupPageView: FC<CreateGroupPageViewProps> = ({
|
||||
"display_name",
|
||||
"Optional: keep empty to default to the name.",
|
||||
)}
|
||||
onChange={onChangeTrimmed(form)}
|
||||
autoComplete="display_name"
|
||||
autoFocus
|
||||
fullWidth
|
||||
|
||||
Reference in New Issue
Block a user