Skip to content

Commit

Permalink
Merge pull request #4743 from open-formulieren/issue/fix-storybook-build
Browse files Browse the repository at this point in the history
Fix storybook build
  • Loading branch information
sergei-maertens authored Oct 8, 2024
2 parents ae24371 + 031b64c commit 961e607
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 2,131 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ const config = {
return config;
},

docs: {
autodocs: 'tag',
},
docs: {},
};

export default config;
14 changes: 7 additions & 7 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ ReactModal.setAppElement(document.getElementById('storybook-root'));

export default {
decorators: [mswDecorator],
globals: {
locale: reactIntl.defaultLocale,
locales: {
nl: 'Nederlands',
en: 'English',
},
},
parameters: {
controls: {
matchers: {
Expand All @@ -32,4 +25,11 @@ export default {
reactIntl,
},
loaders: [mswLoader],
initialGlobals: {
locale: reactIntl.defaultLocale,
locales: {
nl: 'Nederlands',
en: 'English',
},
},
};
Loading

0 comments on commit 961e607

Please sign in to comment.