diff --git a/services/web/.storybook/preview.js b/services/web/.storybook/preview.js index 933e0ea9f8..fa3f2ba70f 100644 --- a/services/web/.storybook/preview.js +++ b/services/web/.storybook/preview.js @@ -63,3 +63,5 @@ const withTheme = (Story, context) => { ) } export const decorators = [withTheme] + +window.ExposedSettings = {}