mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-04-05 17:41:35 +08:00
Fixed registration value
This commit is contained in:
parent
d37ed5aea7
commit
be381fe500
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export default function RegisterModal() {
|
||||||
setUser({ ...user, section: e.target.value });
|
setUser({ ...user, section: e.target.value });
|
||||||
setError("");
|
setError("");
|
||||||
}}
|
}}
|
||||||
value={user.username}
|
value={user.section}
|
||||||
placeholder={"Enter current section"}
|
placeholder={"Enter current section"}
|
||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
|
|
Loading…
Add table
Reference in a new issue