Skip to content

Commit c7eb835

Browse files
committed
devex: fix incorrect component name in storybook
1 parent d014aae commit c7eb835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/stories/components/TagContainer.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { renderComponent, type RenderProps } from "./TagContainer";
44

55
const meta = {
66
title: "Components/Tag Container",
7-
component: "btrix-contain-with-remainder",
7+
component: "btrix-tag-container",
88
tags: ["autodocs"],
99
render: renderComponent,
1010
argTypes: {},

0 commit comments

Comments
 (0)