Skip to content

Commit c726956

Browse files
committed
refactor(badge): ♻️ remove badge prefix from storybook args
1 parent 9033735 commit c726956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/badge/stories/BadgeBasic.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
preview: createPreviewTabs({ js, ts }),
2020
},
2121
argTypes: createControls("badge", {
22-
ignore: ["wrapElement", "as", "ref"],
22+
ignore: ["wrapElement", "as", "ref", "prefix"],
2323
}),
2424
} as Meta;
2525

0 commit comments

Comments
 (0)