fix(fe): detection page styles

This commit is contained in:
delong.wang
2023-05-26 16:45:23 +08:00
parent a77bac5b78
commit 93269cf0cd

View File

@@ -128,9 +128,9 @@ Host: example.com`}
/>
<FormControlLabel
sx={{ mt: 1 }}
control={
<Checkbox
sx={{ mt: 1 }}
checked={checked}
onChange={(e: any) => setChecked(e.target.checked)}
/>