This commit is contained in:
Anton Tananaev 2024-12-29 11:18:03 -08:00
parent d1fc3cafba
commit e1092724de

View File

@ -79,7 +79,7 @@ const GeofencePage = () => {
label={t('sharedCalendar')}
/>
<FormControlLabel
control={<Checkbox checked={item.attributes.hide} onChange={(e) => setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked }})} />}
control={<Checkbox checked={item.attributes.hide} onChange={(e) => setItem({ ...item, attributes: { ...item.attributes, hide: e.target.checked } })} />}
label={t('sharedFilterMap')}
/>
</AccordionDetails>