chore(@ui/app/AppLayouts/Communities/popups/InDropdown): add object name
This commit is contained in:
parent
5bf8f5c456
commit
25906ffa34
|
@ -283,6 +283,8 @@ StatusDropdown {
|
|||
delegate: CommunityListItem {
|
||||
id: communitySubItem
|
||||
|
||||
objectName: "communityListItem_" + model.name
|
||||
|
||||
width: ListView.view.width
|
||||
visible: show
|
||||
|
||||
|
|
Loading…
Reference in New Issue