Skip to content

Commit

Permalink
Add module into info story for HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
andyo0729 authored and andyo-kr committed Apr 24, 2018
1 parent ebaee48 commit 63b39bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/official-storybook/stories/addon-info.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ storiesOf('Addons|Info.Options.inline', module).add(
})(() => <BaseButton label="Button" />)
);

storiesOf('Addons|Info.Options.excludedPropTypes').add(
storiesOf('Addons|Info.Options.excludedPropTypes', module).add(
'Excludes propTypes that are in the excludedPropTypes array',
withInfo({
text: 'Label propType should be excluded',
Expand Down

0 comments on commit 63b39bd

Please sign in to comment.