Skip to content

Commit

Permalink
fix/ register component error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarrqureshi committed Apr 17, 2024
1 parent dab23c4 commit b7ee354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Register = () => {
return (
<div>
<form>
<Input placeholder="First Name" value={firstName} />
<Input label="First Name" placeholder="First Name" />
</form>
<Button onClick={() => handleUserSignUp()} Type="primary">
Register{" "}
Expand Down

0 comments on commit b7ee354

Please sign in to comment.