fix: minor fix (#2815)

This commit is contained in:
sriram veeraghanta 2023-11-20 20:24:35 +05:30 committed by GitHub
parent f1de05e4de
commit 3c10f00b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ export const CreateUpdateLabelInline = observer(
id="labelName" id="labelName"
name="name" name="name"
type="text" type="text"
autofocus autoFocus
value={value} value={value}
onChange={onChange} onChange={onChange}
ref={ref} ref={ref}