mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-11 03:04:07 +08:00
fix(fe): detection page styles
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user