Skip to content

Commit

Permalink
refactor: add input name
Browse files Browse the repository at this point in the history
  • Loading branch information
Deolys committed Sep 15, 2024
1 parent 41ecbef commit d83a958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/client/input-url/input-url.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function InputUrl({ url, setURL, placeholder }: Props): JSX.Element {
value={url}
onChange={handleChange}
placeholder={placeholder}
></Input>
name="input-url"
/>
);
}

0 comments on commit d83a958

Please sign in to comment.