fix: Removed autofocus (#1551)

This commit is contained in:
Zoltán Völcsey
2023-09-12 14:49:29 +02:00
committed by GitHub
parent 564a7c97b1
commit 9b495ae2e8

View File

@ -63,7 +63,6 @@ export function CompanyNameEditableField({ company }: OwnProps) {
<RecoilScope SpecificContext={FieldRecoilScopeContext}>
<StyledEditableTitleInput
autoComplete="off"
autoFocus
onChange={(event) => handleChange(event.target.value)}
onBlur={handleSubmit}
value={internalValue}