[WEB-1503] chore: add autofocus to name field in inline create/ update state component. (#4685)

This commit is contained in:
Prateek Shourya 2024-06-04 13:12:18 +05:30 committed by GitHub
parent cad55f3234
commit 7e66e2736b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,6 +233,7 @@ export const CreateUpdateStateInline: React.FC<Props> = observer((props) => {
hasError={Boolean(errors.name)}
placeholder="Name"
className="w-full"
autoFocus
/>
)}
/>