mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
fix room address checkbox prop (#2480)
This commit is contained in:
parent
7f40605bfe
commit
b3497d9ed6
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ function LocalAddressesList({
|
|||
<Box shrink="No">
|
||||
<Checkbox
|
||||
checked={selected}
|
||||
onChange={() => toggleSelect(alias)}
|
||||
onClick={() => toggleSelect(alias)}
|
||||
size="50"
|
||||
variant="Primary"
|
||||
disabled={loading}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue