Skip to content

Commit 995e940

Browse files
authored
chore: don't autofocus OrganizationAutocomplete on user creation page (#16989)
1 parent ab8ba96 commit 995e940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/OrganizationAutocomplete/OrganizationAutocomplete.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export const OrganizationAutocomplete: FC<OrganizationAutocompleteProps> = ({
108108
fullWidth
109109
size={size}
110110
label={label}
111-
autoFocus
112111
placeholder="Organization name"
113112
css={{
114113
"&:not(:has(label))": {

0 commit comments

Comments
 (0)