Loëck Vézien
7 years ago
No known key found for this signature in database
GPG Key ID: CBCDCE384E853AC4
1 changed files with
1 additions and
1 deletions
-
src/components/base/Modal/stories.js
|
|
@ -7,7 +7,7 @@ import { Modal, ModalBody } from 'components/base/Modal' |
|
|
|
const stories = storiesOf('Modal', module) |
|
|
|
|
|
|
|
stories.add('basic', () => { |
|
|
|
const isOpened = boolean('isOpened', false) |
|
|
|
const isOpened = boolean('isOpened', true) |
|
|
|
return ( |
|
|
|
<Modal |
|
|
|
isOpened={isOpened} |
|
|
|