mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2553 from tomodachi94/fix/add-url-input-type
fix(web): Set input type for AddLinkModal
This commit is contained in:
commit
06652f176e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export function AddLinkModal(props: AddLinkModalProps): JSX.Element {
|
|||
}}
|
||||
>
|
||||
<FormInput
|
||||
type="text"
|
||||
type="url"
|
||||
value={link}
|
||||
autoFocus
|
||||
placeholder="https://example.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue