[WEB-1628] style: fix admin app telmetry checkbox on setup page. (#4824)

This commit is contained in:
Prateek Shourya 2024-06-14 17:42:50 +05:30 committed by GitHub
parent 2a740b9cd9
commit 59256588db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}