Skip to content

Commit

Permalink
OV-3: * name to fullName, solve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JPjok3r committed Aug 27, 2024
1 parent b5cdb0d commit b8c0ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const SignUpForm: React.FC<Properties> = ({ onSubmit }) => {
type="text"
label="Full Name"
placeholder="Name"
name="name"
name="fullName"
required
/>
<Input
Expand Down

0 comments on commit b8c0ee2

Please sign in to comment.