mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +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"
|
placeholder="Enter your first name"
|
||||||
className="input w-full"
|
className="input w-full"
|
||||||
value={firstName}
|
value={firstName}
|
||||||
onChange={(e) => setFullName(e.target.value)}
|
onChange={(e) => setFirstName(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user