mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set the tab index on the RSS forms view
This commit is contained in:
parent
c9aea5248e
commit
ef8a75f681
1 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ export default function AddRssFeed(): JSX.Element {
|
|||
<FormInput
|
||||
type="url"
|
||||
key="feedUrl"
|
||||
tabIndex={1}
|
||||
autoFocus={true}
|
||||
value={feedUrl}
|
||||
placeholder={'Enter the feed URL here'}
|
||||
onChange={(e) => {
|
||||
|
|
@ -132,6 +134,7 @@ export default function AddRssFeed(): JSX.Element {
|
|||
Back
|
||||
</Button>
|
||||
<Button
|
||||
tabIndex={1}
|
||||
style="ctaDarkYellow"
|
||||
css={{ marginRight: '10px' }}
|
||||
onClick={subscribe}
|
||||
|
|
|
|||
Loading…
Reference in a new issue