Skip to content

Commit

Permalink
improve configured Disclosure story
Browse files Browse the repository at this point in the history
  • Loading branch information
veej committed Sep 26, 2024
1 parent 53c7c70 commit db66bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const ConfiguredDisclosure = () => {
);

return (
<Disclosure title="Title">
<Disclosure title="Title" initialIsOpen>
<Placeholder />
</Disclosure>
);
Expand Down

0 comments on commit db66bf8

Please sign in to comment.