mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-23 03:47:45 +00:00
refactor(Addons): update syntax
This commit is contained in:
parent
884d79da95
commit
31469a5c88
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ const Addons = ({ urlParams, queryParams }) => {
|
|||
className={styles['addon-url-input']}
|
||||
type={'text'}
|
||||
placeholder={'Paste addon URL'}
|
||||
autoFocus
|
||||
autoFocus={true}
|
||||
onSubmit={addAddonOnSubmit}
|
||||
/>
|
||||
</ModalDialog>
|
||||
|
|
|
|||
Loading…
Reference in a new issue