mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
feat(language): enhance language options with native and translated names
This commit is contained in:
@@ -75,7 +75,7 @@ const Radio = memo((props) => {
|
||||
value={option.value}
|
||||
control={<RadioUI />}
|
||||
label={option.name}
|
||||
key={option.name}
|
||||
key={option.value}
|
||||
/>
|
||||
))}
|
||||
</RadioGroup>
|
||||
|
||||
Reference in New Issue
Block a user