mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-18 13:34:08 +01:00
Fix typo in setFirstName function
This commit is contained in:
parent
0c60f48d18
commit
8f866d4820
@ -102,7 +102,7 @@ export function ProfileUpdateComponent() {
|
||||
placeholder="Enter your first name"
|
||||
className="input w-full"
|
||||
value={firstName}
|
||||
onChange={(e) => setFullName(e.target.value)}
|
||||
onChange={(e) => setFirstName(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user