Skip to content

Commit

Permalink
Update storybook-main-disable-refs.js.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Sep 29, 2020
1 parent f300975 commit 9e89eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/common/storybook-main-disable-refs.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
module.exports = {
// your Storybook configuration
refs: {
'package-name': { disable: true }
'package-name': { disabled: true }
}
```

0 comments on commit 9e89eee

Please sign in to comment.