mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
add: placeholder
This commit is contained in:
parent
ada66b95df
commit
1b1cf2bec1
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ const AddItem = ({ onCancel, handleAddUrl }: Props) => {
|
|||
value={inputValue}
|
||||
onChange={handleValueChange}
|
||||
onSubmit={onSumbit}
|
||||
placeholder={'Enter URL'}
|
||||
/>
|
||||
<div className={styles['actions']}>
|
||||
<Button className={styles['add']} onClick={onSumbit}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue