From 5acab59a0e823c6279dc6a18854b84e6da556809 Mon Sep 17 00:00:00 2001 From: Debra Toranska Date: Fri, 31 Jan 2025 13:53:48 +0000 Subject: [PATCH] chore: exclude validations stories from Storybook --- src/components/grouped-character/grouped-character.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/grouped-character/grouped-character.stories.tsx b/src/components/grouped-character/grouped-character.stories.tsx index cf1c97de1f..5ba762ba47 100644 --- a/src/components/grouped-character/grouped-character.stories.tsx +++ b/src/components/grouped-character/grouped-character.stories.tsx @@ -15,6 +15,7 @@ const meta: Meta = { argTypes: { ...styledSystemProps, }, + excludeStories: ["Validations"], }; export default meta;