Merge two accidental "Alerts page settings" sections into one

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2025-01-13 16:23:51 +01:00
parent 0d7db907a9
commit 60b71108e5

View file

@ -107,6 +107,7 @@ const SettingsMenu: FC = () => {
<Stack> <Stack>
<Fieldset p="md" legend="Alerts page settings"> <Fieldset p="md" legend="Alerts page settings">
<Stack>
<Checkbox <Checkbox
checked={showAnnotations} checked={showAnnotations}
label="Show expanded annotations" label="Show expanded annotations"
@ -118,8 +119,6 @@ const SettingsMenu: FC = () => {
) )
} }
/> />
</Fieldset>
<Fieldset p="md" legend="Alerts page settings">
<NumberInput <NumberInput
min={1} min={1}
allowDecimal={false} allowDecimal={false}
@ -137,6 +136,7 @@ const SettingsMenu: FC = () => {
); );
}} }}
/> />
</Stack>
</Fieldset> </Fieldset>
<Fieldset p="md" legend="Rules page settings"> <Fieldset p="md" legend="Rules page settings">
<NumberInput <NumberInput