mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: don't autofocus OrganizationAutocomplete on user creation page (#16989)
This commit is contained in:
@@ -108,7 +108,6 @@ export const OrganizationAutocomplete: FC<OrganizationAutocompleteProps> = ({
|
||||
fullWidth
|
||||
size={size}
|
||||
label={label}
|
||||
autoFocus
|
||||
placeholder="Organization name"
|
||||
css={{
|
||||
"&:not(:has(label))": {
|
||||
|
||||
Reference in New Issue
Block a user