[WEB-1628] style: fix admin app telmetry checkbox on setup page. (#4824)
This commit is contained in:
parent
2a740b9cd9
commit
59256588db
1 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,8 @@ export const InstanceSetupForm: FC = (props) => {
|
|||
<div className="relative flex items-center pt-2 gap-2">
|
||||
<div>
|
||||
<Checkbox
|
||||
className="w-4 h-4"
|
||||
iconClassName="w-3 h-3"
|
||||
id="is_telemetry_enabled"
|
||||
onChange={() => handleFormChange("is_telemetry_enabled", !formData.is_telemetry_enabled)}
|
||||
checked={formData.is_telemetry_enabled}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue