Skip to content

Commit

Permalink
feat(modal): hide
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Dec 30, 2020
1 parent 667d7fa commit 9d02eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/modal/src/Component.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { version } from '../package.json';
<!-- Canvas -->


<Story name='Modal'>
<!-- <Story name='Modal'>
{React.createElement(() => {
const [open, setOpen] = React.useState(false);
const handleModalOpen = () => setOpen(!open);
Expand Down Expand Up @@ -52,7 +52,7 @@ import { version } from '../package.json';
</React.Fragment>
);
})}
</Story>
</Story>-->


<!-- Docs -->
Expand Down

0 comments on commit 9d02eba

Please sign in to comment.