site(fix): add space characters to group display name (#9950)

This commit is contained in:
Eric Paulsen
2023-09-29 15:25:59 -04:00
committed by GitHub
parent 8abca9bea7
commit 710b170adf
@@ -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