Skip to content

Commit 68ec242

Browse files
refactor(badge): ♻️ remove basic badge prefix from storybook args (#333)
refactor(badge): ♻️ remove basic badge prefix from storybook args
2 parents 9033735 + c726956 commit 68ec242

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)