mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +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">
|
<Box shrink="No">
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={selected}
|
checked={selected}
|
||||||
onChange={() => toggleSelect(alias)}
|
onClick={() => toggleSelect(alias)}
|
||||||
size="50"
|
size="50"
|
||||||
variant="Primary"
|
variant="Primary"
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue