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 = () =>