mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 00:36:19 +00:00
Update ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
f7a3be7c04
commit
764f041158
@ -117,7 +117,7 @@ ModalPopup {
|
||||
channelId: model.id
|
||||
categoryId: model.categoryId
|
||||
checked: popup.isEdit ? channels.indexOf(model.id) > - 1 : false
|
||||
visible: popup.isEdit ? model.categoryId == popup.categoryId || model.categoryId == "" : model.categoryId == ""
|
||||
visible: popup.isEdit ? model.categoryId === popup.categoryId || model.categoryId === "" : model.categoryId === ""
|
||||
onItemChecked: function(channelId, itemChecked){
|
||||
var idx = channels.indexOf(channelId)
|
||||
if(itemChecked){
|
||||
|
Loading…
x
Reference in New Issue
Block a user