diff --git a/.storybook/config.js b/.storybook/config.js index 9d3293fe86..f9f558173a 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -46,7 +46,6 @@ const withStoryStyles = storyFn => { }; const loadStories = () => { - addDecorator(withSmartKnobs); addDecorator(withKnobs); addDecorator(withStoryStyles); addDecorator(withThemeProvider);