mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
feat(react/settings): port content languages
This commit is contained in:
@@ -40,7 +40,8 @@ function FormRadio({ name, value, label, currentValue, onChange, labelClassName
|
||||
name={useUniqueName(name)}
|
||||
value={value}
|
||||
checked={value === currentValue}
|
||||
onChange={e => onChange((e.target as HTMLInputElement).value)} />
|
||||
onChange={e => onChange((e.target as HTMLInputElement).value)}
|
||||
/>
|
||||
{label}
|
||||
</label>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user