From 9c151f83fdbc751f75a1f35eaefbfef312af59b5 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 9 Sep 2022 15:12:02 +0200 Subject: [PATCH] use key instead of id --- .../backoffice/editors/data-type/editor-data-type.stories.ts | 2 +- .../editors/document-type/editor-document-type.stories.ts | 2 +- .../src/backoffice/editors/document/editor-document.stories.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/editor-data-type.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/editor-data-type.stories.ts index 6e3e210769..94b73ec579 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/editor-data-type.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/editor-data-type.stories.ts @@ -14,5 +14,5 @@ export default { } as Meta; export const AAAOverview: Story = () => - html` `; + html` `; AAAOverview.storyName = 'Overview'; diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.stories.ts index 787b83c706..efb3070157 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document-type/editor-document-type.stories.ts @@ -14,5 +14,5 @@ export default { } as Meta; export const AAAOverview: Story = () => - html` `; + html` `; AAAOverview.storyName = 'Overview'; diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document/editor-document.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document/editor-document.stories.ts index ae24a6d127..f7251e5684 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/document/editor-document.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/document/editor-document.stories.ts @@ -16,5 +16,5 @@ export default { const documentNodes = data.filter((node) => node.type === 'document'); export const AAAOverview: Story = () => - html` `; + html` `; AAAOverview.storyName = 'Overview';