Skip to content

Commit

Permalink
chore: exclude validations stories from Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
DobroTora committed Feb 5, 2025
1 parent 21966b6 commit 5acab59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const meta: Meta<typeof GroupedCharacter> = {
argTypes: {
...styledSystemProps,
},
excludeStories: ["Validations"],
};

export default meta;
Expand Down

0 comments on commit 5acab59

Please sign in to comment.