mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
fix(groups): Hide unchecked users in group creation popup
Closes: #4532
This commit is contained in:
parent
47fa644703
commit
900c6528ac
@ -33,7 +33,7 @@ ScrollView {
|
||||
if (selectMode) {
|
||||
return !searchString || model.name.toLowerCase().includes(searchString)
|
||||
}
|
||||
return checkbox.checked || model.isContact
|
||||
return checkbox.checked
|
||||
}
|
||||
components: [
|
||||
StatusCheckBox {
|
||||
|
Loading…
x
Reference in New Issue
Block a user