From fad6b7ee800ed491b1d78d3a673985355126b2c5 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 27 Sep 2022 10:44:46 +0200 Subject: [PATCH] update story with new properties for editor-property-layout --- .../editor-property-layout.stories.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-property-layout/editor-property-layout.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-property-layout/editor-property-layout.stories.ts index 16d00973bb..b74bdb4d3e 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-property-layout/editor-property-layout.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-property-layout/editor-property-layout.stories.ts @@ -10,8 +10,11 @@ export default { id: 'umb-editor-property-layout', } as Meta; -export const AAAOverview: Story = () => html` -
Header
+export const AAAOverview: Story = () => html` +
Menu
+
Editor
`; AAAOverview.storyName = 'Overview';