From b3497d9ed6634c41a922c7a750a23782645900c0 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:21:13 +0530 Subject: [PATCH] fix room address checkbox prop (#2480) --- src/app/features/common-settings/general/RoomAddress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/common-settings/general/RoomAddress.tsx b/src/app/features/common-settings/general/RoomAddress.tsx index 6b684be7..767a967e 100644 --- a/src/app/features/common-settings/general/RoomAddress.tsx +++ b/src/app/features/common-settings/general/RoomAddress.tsx @@ -329,7 +329,7 @@ function LocalAddressesList({ toggleSelect(alias)} + onClick={() => toggleSelect(alias)} size="50" variant="Primary" disabled={loading}