From eb95bcb6b0257402a88d27918c4b4c91c6801e85 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 24 Aug 2022 17:32:59 +0200 Subject: [PATCH] fix health check dashboard story id --- .../dashboards/health-check/dashboard-health-check.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/health-check/dashboard-health-check.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/health-check/dashboard-health-check.stories.ts index 354db2029f..2a49f5699b 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/health-check/dashboard-health-check.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/dashboards/health-check/dashboard-health-check.stories.ts @@ -7,7 +7,7 @@ import './dashboard-health-check.element'; export default { title: 'Dashboards/Health Check', component: 'umb-dashboard-health-check', - id: 'umb-dashboard-health-', + id: 'umb-dashboard-health-check', } as Meta; export const AAAOverview: Story = () =>