mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +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 });
|
||||
setError("");
|
||||
}}
|
||||
value={user.username}
|
||||
value={user.section}
|
||||
placeholder={"Enter current section"}
|
||||
/>
|
||||
<TextField
|
||||
|
|
Loading…
Reference in a new issue