mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(react/settings): settings displayed inline
This commit is contained in:
parent
1d7799f981
commit
93b8ad20d7
@ -14,7 +14,7 @@ interface FormRadioProps {
|
||||
|
||||
export default function FormRadioGroup({ values, ...restProps }: FormRadioProps) {
|
||||
return (
|
||||
<>
|
||||
<div role="group">
|
||||
{(values || []).map(({ value, label, inlineDescription }) => (
|
||||
<div className="form-checkbox">
|
||||
<FormRadio
|
||||
@ -25,7 +25,7 @@ export default function FormRadioGroup({ values, ...restProps }: FormRadioProps)
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user