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 {
|
delegate: CommunityListItem {
|
||||||
id: communitySubItem
|
id: communitySubItem
|
||||||
|
|
||||||
|
objectName: "communityListItem_" + model.name
|
||||||
|
|
||||||
width: ListView.view.width
|
width: ListView.view.width
|
||||||
visible: show
|
visible: show
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue