Skip to content

Commit

Permalink
Fix incorrect default for disable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Dec 22, 2022
1 parent 7d87e81 commit b438b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/docs/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const storyIndexers = (indexers: StoryIndexer[] | null) => {
const docs = (docsOptions: DocsOptions) => {
return {
...docsOptions,
disable: true,
disable: false,
defaultName: 'Docs',
docsPage: true,
};
Expand Down

0 comments on commit b438b98

Please sign in to comment.