Skip to content

Commit

Permalink
fix(angular): keep inlineStories to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Apr 2, 2021
1 parent 60c2a4f commit 9557b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/angular/config.ts
Expand Up @@ -6,7 +6,7 @@ import { prepareForInline } from './prepareForInline';
export const parameters = {
docs: {
// probably set this to true by default once it's battle-tested
inlineStories: true,
inlineStories: false,
prepareForInline,
extractArgTypes,
extractComponentDescription,
Expand Down

0 comments on commit 9557b4f

Please sign in to comment.