From 64fd892e2e776996f90359c056e280d716f48c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 8 Mar 2024 18:02:44 +0100 Subject: [PATCH] fix(StoryBook): add missing required property communityId caught by the fixed PagesValidator test --- storybook/pages/FinaliseOwnershipDeclinePopupPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml b/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml index d9bd79bc77..4501ea8443 100644 --- a/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml +++ b/storybook/pages/FinaliseOwnershipDeclinePopupPage.qml @@ -37,6 +37,7 @@ SplitView { closePolicy: Popup.NoAutoClose visible: true modal: false + communityId: "ddls" communityName: communityNameText.text