Skip to content

Commit

Permalink
Update Signup.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragmalik2612 authored Sep 24, 2024
1 parent c39d7cc commit fbf3979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Signup() {
size="small"
type=""
placeholder="Enter Your Name"
onChange={(e) => setEmail(e.target.value)}
onChange={(e) => setName(e.target.value)}
required
/>
</Box>
Expand Down

0 comments on commit fbf3979

Please sign in to comment.