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
|
||||
visible: true
|
||||
modal: false
|
||||
communityId: "ddls"
|
||||
|
||||
communityName: communityNameText.text
|
||||
|
||||
|
|
Loading…
Reference in New Issue