fix room address checkbox prop (#2480)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Fri, 12 Sep 2025 11:51:13 +0000 (17:21 +0530)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 11:51:13 +0000 (21:51 +1000)
src/app/features/common-settings/general/RoomAddress.tsx

index 6b684be7c40e9eb7d633befca261ea7a8f14d1e3..767a967ee46a3625562cf91cc01a2123b787166a 100644 (file)
@@ -329,7 +329,7 @@ function LocalAddressesList({
             <Box shrink="No">
               <Checkbox
                 checked={selected}
-                onChange={() => toggleSelect(alias)}
+                onClick={() => toggleSelect(alias)}
                 size="50"
                 variant="Primary"
                 disabled={loading}