Skip to content

Commit 6379260

Browse files
committed
Add def state
1 parent b606172 commit 6379260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/card-interactive/CardRadioGroup.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import CardCustomisation from './stories/CardCustomisation.mdx';
8989
]}
9090
>
9191
{args => (
92-
<CardRadioGroup>
92+
<CardRadioGroup defaultValue="anatomy">
9393
<Flex
9494
flex="1"
9595
justifyContent="center"
@@ -198,7 +198,7 @@ import CardCustomisation from './stories/CardCustomisation.mdx';
198198
]}
199199
>
200200
{args => (
201-
<CardRadioGroup>
201+
<CardRadioGroup defaultValue="tourism">
202202
<Flex
203203
flex="1"
204204
justifyContent="center"

0 commit comments

Comments
 (0)