Fix Controls storybook config (#125305)

This commit is contained in:
Corey Robertson 2022-02-11 15:46:49 -05:00 committed by GitHub
parent 4eb8ab8d1a
commit ddbb06032e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,6 @@
* Side Public License, v 1.
*/
import { defaultConfigWebFinal } from '@kbn/storybook';
import { defaultConfig } from '@kbn/storybook';
// We have to do this because the kbn/storybook preset overrides the manager entries,
// so we can't customize the theme.
module.exports = {
...defaultConfigWebFinal,
addons: ['@storybook/addon-a11y', '@storybook/addon-essentials'],
};
module.exports = defaultConfig;