mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:39:37 +00:00
Radio button added
This commit is contained in:
parent
9d2334046a
commit
bb51bdf2ee
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ export default function Header() {
|
|||
control={<Radio />}
|
||||
label={t('Brazilian Portuguese')}
|
||||
/>
|
||||
<FormControlLabel
|
||||
value="tr"
|
||||
control={<Radio />}
|
||||
label={t('Turkish')}
|
||||
/>
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
</Paper>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue