fix(StoryBook): add missing required property communityId
caught by the fixed PagesValidator test
This commit is contained in:
parent
3671923f6a
commit
64fd892e2e
|
@ -37,6 +37,7 @@ SplitView {
|
||||||
closePolicy: Popup.NoAutoClose
|
closePolicy: Popup.NoAutoClose
|
||||||
visible: true
|
visible: true
|
||||||
modal: false
|
modal: false
|
||||||
|
communityId: "ddls"
|
||||||
|
|
||||||
communityName: communityNameText.text
|
communityName: communityNameText.text
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue