mirror of https://github.com/status-im/StatusQ.git
fix(StatusChatListCategory): Add alias to category item for squish tests
This commit is contained in:
parent
4d73c25c7a
commit
4d9cec541f
|
@ -16,6 +16,7 @@ Column {
|
|||
property bool opened: true
|
||||
property bool dragged: false
|
||||
|
||||
property alias statusChatListCategoryItem: statusChatListCategoryItem
|
||||
property alias showActionButtons: statusChatListCategoryItem.showActionButtons
|
||||
property alias addButton: statusChatListCategoryItem.addButton
|
||||
property alias menuButton: statusChatListCategoryItem.menuButton
|
||||
|
|
Loading…
Reference in New Issue