give autofocus to url field in link post
This commit is contained in:
parent
fd75885c76
commit
f4c108951d
|
@ -87,12 +87,12 @@ export function LinkForm ({ item, editThreshold }) {
|
|||
name='title'
|
||||
overrideValue={data?.pageTitle}
|
||||
required
|
||||
autoFocus
|
||||
/>
|
||||
<Input
|
||||
label='url'
|
||||
name='url'
|
||||
required
|
||||
autoFocus
|
||||
hint={editThreshold
|
||||
? <Countdown date={editThreshold} />
|
||||
: null}
|
||||
|
|
Loading…
Reference in New Issue