Skip to content

feat: add avatar urls to groups #4525

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 16 commits into from
Oct 17, 2022
Prev Previous commit
Next Next commit
don't autofocus
  • Loading branch information
sreya committed Oct 13, 2022
commit c26ae3a662a68b70e99c4a875a07516e580ebfd3
1 change: 0 additions & 1 deletion site/src/pages/GroupsPage/CreateGroupPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const CreateGroupPageView: React.FC<CreateGroupPageViewProps> = ({
{...getFieldHelpers("avatar_url")}
onChange={onChangeTrimmed(form)}
autoComplete="avatar url"
autoFocus
fullWidth
label="Avatar URL"
variant="outlined"
Expand Down