add: placeholder

This commit is contained in:
Timothy Z. 2024-10-24 15:59:09 +03:00
parent ada66b95df
commit 1b1cf2bec1

View file

@ -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}>