mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-16 22:09:29 +08:00
Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend
This commit is contained in:
commit
0ee339147a
2 changed files with 7 additions and 1 deletions
|
@ -164,6 +164,12 @@ export default function RegisterModal() {
|
||||||
label="BS Environmental Science"
|
label="BS Environmental Science"
|
||||||
style={styles.text_dark}
|
style={styles.text_dark}
|
||||||
/>
|
/>
|
||||||
|
<FormControlLabel
|
||||||
|
value="Not Applicable"
|
||||||
|
control={<Radio />}
|
||||||
|
label="Not Applicable"
|
||||||
|
style={styles.text_dark}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
|
@ -185,7 +185,7 @@ export default function UserInfoPage() {
|
||||||
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"}
|
||||||
/>
|
/>
|
||||||
</RestrictedComponent>
|
</RestrictedComponent>
|
||||||
|
|
Loading…
Reference in a new issue