diff --git a/mix/qml/StructView.qml b/mix/qml/StructView.qml index 021365ac8..2935e6c72 100644 --- a/mix/qml/StructView.qml +++ b/mix/qml/StructView.qml @@ -7,7 +7,7 @@ Column { id: root property alias members: repeater.model //js array - property var value : { x: "333" } + property var value : { } Layout.fillWidth: true Repeater