Skip to content

Commit 8a37dd2

Browse files
committed
improve configured Disclosure story
1 parent 6fcf4a2 commit 8a37dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bento-design-system/stories/Utils/withBentoConfig.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const ConfiguredDisclosure = () => {
6363
);
6464

6565
return (
66-
<Disclosure title="Title">
66+
<Disclosure title="Title" initialIsOpen>
6767
<Placeholder />
6868
</Disclosure>
6969
);

0 commit comments

Comments
 (0)