mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
added a option on course regstration
This commit is contained in:
parent
b63f843cb3
commit
d077129a93
1 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,12 @@ export default function RegisterModal() {
|
|||
label="BS Environmental Science"
|
||||
style={styles.text_dark}
|
||||
/>
|
||||
<FormControlLabel
|
||||
value="Not Applicable"
|
||||
control={<Radio />}
|
||||
label="Not Applicable"
|
||||
style={styles.text_dark}
|
||||
/>
|
||||
</div>
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
|
|
Loading…
Reference in a new issue