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'
|
name='title'
|
||||||
overrideValue={data?.pageTitle}
|
overrideValue={data?.pageTitle}
|
||||||
required
|
required
|
||||||
autoFocus
|
|
||||||
/>
|
/>
|
||||||
<Input
|
<Input
|
||||||
label='url'
|
label='url'
|
||||||
name='url'
|
name='url'
|
||||||
required
|
required
|
||||||
|
autoFocus
|
||||||
hint={editThreshold
|
hint={editThreshold
|
||||||
? <Countdown date={editThreshold} />
|
? <Countdown date={editThreshold} />
|
||||||
: null}
|
: null}
|
||||||
|
|
Loading…
Reference in New Issue