fix(Communities): remove type error in item width
There's no `parent` in that componen, which results in a QML type error at runtime.
This commit is contained in:
parent
638892f21d
commit
38bd5f1422
|
@ -11,7 +11,6 @@ Item {
|
|||
property string headerTitle: ""
|
||||
property string headerDescription: ""
|
||||
property string headerImageSource: ""
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
CommunityPopupButton {
|
||||
|
|
Loading…
Reference in New Issue