mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
add not applicable field
This commit is contained in:
parent
81852d6fad
commit
30c521489c
1 changed files with 218 additions and 212 deletions
|
@ -169,6 +169,12 @@ export default function UserInfoPage() {
|
|||
label="BS Environmental Science"
|
||||
style={styles.text_dark}
|
||||
/>
|
||||
<FormControlLabel
|
||||
value="Not Applicable"
|
||||
control={<Radio />}
|
||||
label="Not Applicable"
|
||||
style={styles.text_dark}
|
||||
/>
|
||||
</div>
|
||||
</RadioGroup>
|
||||
<TextField
|
||||
|
|
Loading…
Reference in a new issue