[WEB-1503] chore: add autofocus to name field in inline create/ update state component. (#4685)
This commit is contained in:
parent
cad55f3234
commit
7e66e2736b
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ export const CreateUpdateStateInline: React.FC<Props> = observer((props) => {
|
|||
hasError={Boolean(errors.name)}
|
||||
placeholder="Name"
|
||||
className="w-full"
|
||||
autoFocus
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue